Re: getopt(3) differences OpenBSD/GNU

2008-01-17 Thread a . velichinsky
On Wed, Jan 16, 2008 at 10:35:01PM +0100, Sebastian Reitenbach wrote: Hi, I run into troubles with getopt(3). the test program below shows the problem. It produces different output on Linux and OpenBSD, when it is called like this on Linux it looks like this: ./a.out asdf -n option

Re: getopt(3) differences OpenBSD/GNU

2008-01-17 Thread Philip Guenther
On Jan 16, 2008 11:42 PM, Sebastian Reitenbach [EMAIL PROTECTED] wrote: I haven't written the program, its one of the tools installed with the heartbeat port, maybe others that use the options in such a way. I recognized it while upgrading. So I cannot easily switch the whole synopsis of the

Re: Intel Gigabit VT Quad NIC support

2008-01-17 Thread Stuart Henderson
On 2008/01/16 21:18, Stuart Henderson wrote: On 2008/01/16 10:49, Chris Cameron wrote: These aren't recognized by 4.2, and the January 15th Snapshot seems to recognize them, but they're marked as not configured. Try adding this to the table near the start of /sys/dev/pci/if_em.c and

Rachat d'entreprise

2008-01-17 Thread Jean-Marie Demant
Bonjour, Vous sachant intiressi par la reprise ou l’achat sur votre secteur d’activiti de l’un de vos concurrents, nous nous permettons de vous faire parvenir ce mail d’informations. Celui-ci vous permettra d’accider ` notre service de mise en relation. www.transmission-entreprise.fr

Re: timezone changes

2008-01-17 Thread Paul de Weerd
On Thu, Jan 17, 2008 at 12:56:58PM +0100, frantisek holop wrote: | hi there, | | what is the standard way of changing the timezone | esp. if someone is in another one every week :) | | is it just a simple rm /etc/localtime ln -s ? If it's someone have them set TZ in their login script. Your

Re: timezone changes

2008-01-17 Thread Stuart Henderson
On 2008/01/17 12:56, frantisek holop wrote: hi there, what is the standard way of changing the timezone esp. if someone is in another one every week :) is it just a simple rm /etc/localtime ln -s ? that, or ln -fs.

Re: timezone changes

2008-01-17 Thread Andreas Kahari
The afterboot(8) manual says to use ln -fs, e.g. ln -fs /usr/share/zoneinfo/Canada/Atlantic /etc/localtime That way, the /etc/localtime will never not be there (it will not be there for a short time between 'rm' and 'ln -s' if you do it that way). This is easily set up in a script that you may

timezone changes

2008-01-17 Thread frantisek holop
hi there, what is the standard way of changing the timezone esp. if someone is in another one every week :) is it just a simple rm /etc/localtime ln -s ? -f -- the world: a comedy for thinkers; a tragedy for feelers.

Re: spamd-setup hangup/timeout settings

2008-01-17 Thread Florian Fuessl
Strange thing here is that spamd-setup sometimes hangs although all spamd.conf entries point to local copied traplists downloaded by a separate cron process. :-| -Flo -Original Message- Of Mike Erdely Sent: Wednesday, January 09, 2008 7:54 PM You could point to a local copy

Re: timezone changes

2008-01-17 Thread Paul de Weerd
On Thu, Jan 17, 2008 at 12:14:59PM +, Andreas Kahari wrote: | The afterboot(8) manual says to use ln -fs, e.g. | | ln -fs /usr/share/zoneinfo/Canada/Atlantic /etc/localtime | | That way, the /etc/localtime will never not be there (it will not be | there for a short time between 'rm' and 'ln

Bandwitdh control using altq + pf.

2008-01-17 Thread João Salvatti
Hi all, I work in a public institution, and its computer network has 4 subnets with CIDR mask 24, i.e., each subnet may have up to 254 hosts. My doubt is: is it possible to implement some rules using altq + pf so that every machine has bandwidth limited to 192Kb/s, without the need to create

Re: timezone changes

2008-01-17 Thread Andreas Kahari
On 17/01/2008, Paul de Weerd [EMAIL PROTECTED] wrote: On Thu, Jan 17, 2008 at 12:14:59PM +, Andreas Kahari wrote: | The afterboot(8) manual says to use ln -fs, e.g. | | ln -fs /usr/share/zoneinfo/Canada/Atlantic /etc/localtime | | That way, the /etc/localtime will never not be there (it

Re: fallback to a static route

2008-01-17 Thread Alexander Burnos
Hello! On Thu, Jan 17, 2008 at 02:07:01PM +, Stuart Henderson wrote: I want to setup fallback to a static default route if bgp fails. I receive default route via bgp but I want to use static automatically if bgp session is down of default prefix isn't received. Is it possible? How can

Re: fallback to a static route

2008-01-17 Thread Stuart Henderson
On 2008/01/17 14:56, Alexander Burnos wrote: Hello! I want to setup fallback to a static default route if bgp fails. I receive default route via bgp but I want to use static automatically if bgp session is down of default prefix isn't received. Is it possible? How can I do that? I think

Re: fallback to a static route

2008-01-17 Thread Alexander Burnos
Hello! On Thu, Jan 17, 2008 at 02:38:56PM +, Stuart Henderson wrote: It isn't my way because actually I have two 'default route' sources: eBGP and iBGP. If eBGP 'default route' fails I'll use iBGP information. I can't override them with one static route because I'll lose redundancy if

Votre invitation gratuite au Salon des Entrepreneurs

2008-01-17 Thread Salon des Entrepreneurs
Si ce message ne s'affiche pas correctement, vous pouvez le visualiser en suivant ce lien. [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] Pour ne plus recevoir nos informations, suivez le lien

k3b ...is it possible?

2008-01-17 Thread Gustavo Polillo
How can use k3b on openbsd 4.2?

dmesg from lenovo t60

2008-01-17 Thread Marc Peters
hi all, here's the dmesg of my t60 running -current: ~ # dmesg OpenBSD 4.2-current (GENERIC.MP) #0: Thu Jan 17 11:41:56 CET 2008 [EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 2145841152 (2046MB) avail mem = 2072272896 (1976MB) mainbus0 at root bios0 at mainbus0:

Re: fallback to a static route

2008-01-17 Thread Stuart Henderson
On 2008/01/17 16:21, Alexander Burnos wrote: Hello! On Thu, Jan 17, 2008 at 02:07:01PM +, Stuart Henderson wrote: I want to setup fallback to a static default route if bgp fails. I receive default route via bgp but I want to use static automatically if bgp session is down of

Re: fallback to a static route

2008-01-17 Thread Claudio Jeker
On Thu, Jan 17, 2008 at 02:56:35PM +0200, Alexander Burnos wrote: Hello! I want to setup fallback to a static default route if bgp fails. I receive default route via bgp but I want to use static automatically if bgp session is down of default prefix isn't received. Is it possible? How can

Re: hd ext3 no mount

2008-01-17 Thread Louis V. Lambrecht
Gustavo Polillo wrote: Hi sorry by my english.. In Brazil does not a real openbsd list.. so I am here.. I did: openbsd:~# sysctl hw.disknames hw.disknames=wd0,cd0,wd1 openbsd:~# disklabel wd1 disklabel: warning, DOS partition table with no valid OpenBSD partition # /dev/rwd1c: type: ESDI

hd ext3 no mount

2008-01-17 Thread Gustavo Polillo
Hi sorry by my english.. In Brazil does not a real openbsd list.. so I am here.. I did: openbsd:~# sysctl hw.disknames hw.disknames=wd0,cd0,wd1 openbsd:~# disklabel wd1 disklabel: warning, DOS partition table with no valid OpenBSD partition # /dev/rwd1c: type: ESDI disk: ESDI/IDE disk label:

fallback to a static route

2008-01-17 Thread Alexander Burnos
Hello! I want to setup fallback to a static default route if bgp fails. I receive default route via bgp but I want to use static automatically if bgp session is down of default prefix isn't received. Is it possible? How can I do that? Thank you very much. -- WBR, Alexander Burnos

Re: fallback to a static route

2008-01-17 Thread Stuart Henderson
On 2008/01/17 17:00, Alexander Burnos wrote: No, I don't. I receive just default routes. I think that using of fullview to solve routes priority problem - it's a little bit overkill. Since we don't currently support route priorities, I think that might be the cleanest workaround. Another way is

Re: fallback to a static route

2008-01-17 Thread Alexander Burnos
Hello! On Thu, Jan 17, 2008 at 03:58:16PM +, Stuart Henderson wrote: Since we don't currently support route priorities, I think that might be the cleanest workaround. Another way is to add a static route (just a /32 would do) to a host which you can connect from if there's a problem, but

Re: Performance Issues of Intel Quad Port NIC

2008-01-17 Thread Geoff Steckel
Jonathan Steel [EMAIL PROTECTED] wrote: Hi Everyone We recently purchased an Intel PRO/1000 GT Quad Port network card and decided to run some stress tests to make sure it could maintain gigabit connections on all four ports at the same time. I ran the test with five computers and iperf-1.7.0

Re: OpenBSD 4.2 dhcpd(8)

2008-01-17 Thread Tom Van Looy
The current implementation of dhcpd in base was a reworked version of ISC dhcpd 2.0pl5-OpenBSD (port). The rework was done by Henning Brauer. If you look at cvsweb you can find this information. Kind regards, Tom Tim Stewart wrote: Hello all, Does anyone know which version of ISC DHCP

Re: failed to fork (Resource temporaily unavaliable)

2008-01-17 Thread Darrin Chandler
On Thu, Jan 17, 2008 at 04:13:19PM -0200, Gustavo Polillo wrote: when i try to open a gnome terminal teh message: failed to fork (Resource temporaily unavaliable) what happened? If the error message is accurate then you're probably bumping up against the maxproc limit. Default login class is

Re: dmesg from lenovo t60

2008-01-17 Thread Ted Unangst
On Jan 17, 2008 7:35 AM, Marc Peters [EMAIL PROTECTED] wrote: suspending the laptop doesn't work at all. neither apm -S or -z or zzz. /usr/sbin/apmd -d doesn't give any output. suspend only works with apm, not acpi.

Hey, you have a new Greeting !!!

2008-01-17 Thread Greetings.com
Hello friend ! You have just received a postcard Greeting from someone who cares about you... Just click here to receive your Animated Greeting ! Thank you for using www.Greetings.com services !!! Please take this opportunity to let your friends hear about us by sending them a postcard from our

Re: k3b ...is it possible?

2008-01-17 Thread Predrag Punosevac
Gustavo Polillo wrote: How can use k3b on openbsd 4.2? The short answer is that K3b is not in packages so you can not use it unless you compile from the source. The long answer is that K3b is just a front end for cdrtools and dvd+rw and those tools are of course available so you can do

most secure graphical browser

2008-01-17 Thread Douglas A. Tutty
I have a box that I want to keep as secure as I can but I also need to be able to use a graphical browser from it (I know that this is a trade-off). There is no graphical browser in base. I don't need or want this browser to do javascript or flash (I have a different box for entertainment).

Re: k3b ...is it possible?

2008-01-17 Thread Jacob Meuser
On Thu, Jan 17, 2008 at 01:06:18PM -0700, Predrag Punosevac wrote: All of the above being said, as a primarily desktop user, I think that K3b should be ported to OpenBSD. you know, I tried porting libcdio to OpenBSD. then I had issues with Rocky Bernstein, so I am not going to work on it.

Re: dmesg from lenovo t60

2008-01-17 Thread Marc Peters
hello ted, these are sad news, as lenovo has kicked the support of apm since t4something and the newer thinkpad are all acpi-only machines. is there anything that i, as a non-coder, can do to support the acpi improvement? cheers, marc Ted Unangst schrieb: On Jan 17, 2008 7:35 AM, Marc

Re: k3b ...is it possible?

2008-01-17 Thread Predrag Punosevac
Richard Daemon wrote: On Jan 17, 2008 3:06 PM, Predrag Punosevac [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Gustavo Polillo wrote: How can use k3b on openbsd 4.2? The short answer is that K3b is not in packages so you can not use it unless you compile from

Re: most secure graphical browser

2008-01-17 Thread Clint Pachl
Douglas A. Tutty wrote: I have a box that I want to keep as secure as I can but I also need to be able to use a graphical browser from it (I know that this is a trade-off). There is no graphical browser in base. I don't need or want this browser to do javascript or flash (I have a different

Re: dmesg from lenovo t60

2008-01-17 Thread Stuart Henderson
On 2008/01/17 21:33, Marc Peters wrote: is there anything that i, as a non-coder, can do to support the acpi improvement? run -current/snapshots on as many different machines as possible (not just laptops, it's important for all computers) and test the diffs which are sent from time to time.

Re: k3b ...is it possible?

2008-01-17 Thread Jacob Meuser
On Thu, Jan 17, 2008 at 02:56:29PM -0700, Predrag Punosevac wrote: Jacob Meuser wrote: On Thu, Jan 17, 2008 at 01:06:18PM -0700, Predrag Punosevac wrote: All of the above being said, as a primarily desktop user, I think that K3b should be ported to OpenBSD. you know, I tried

Re: most secure graphical browser

2008-01-17 Thread STeve Andre'
On Thursday 17 January 2008 03:42:38 pm Douglas A. Tutty wrote: I have a box that I want to keep as secure as I can but I also need to be able to use a graphical browser from it (I know that this is a trade-off). There is no graphical browser in base. I don't need or want this browser to do

Re: k3b ...is it possible?

2008-01-17 Thread Douglas A. Tutty
On Thu, Jan 17, 2008 at 02:56:29PM -0700, Predrag Punosevac wrote: Jacob Meuser wrote: On Thu, Jan 17, 2008 at 01:06:18PM -0700, Predrag Punosevac wrote: I have heard something about forking cdrtools and dvd+rw probably by the people who want to enforce GPL license. Maybe somebody

Re: most secure graphical browser

2008-01-17 Thread Frank Bax
Douglas A. Tutty wrote: I have a box that I want to keep as secure as I can but I also need to be able to use a graphical browser from it (I know that this is a trade-off). There is no graphical browser in base. I don't need or want this browser to do javascript or flash (I have a different

4.2 patchset for PR#5563

2008-01-17 Thread ttw+bsd
need an education here. created a patchset for this problem and i'm about to test that against 4.2 GENERIC and have a couple of questions 1. are the results generally intersting? should i post them somewhere (assuming tests go right) assuming above is yes 2.

Re: most secure graphical browser

2008-01-17 Thread Henri Salo
On Thu, 17 Jan 2008 15:42:38 -0500 Douglas A. Tutty [EMAIL PROTECTED] wrote: I have a box that I want to keep as secure as I can but I also need to be able to use a graphical browser from it (I know that this is a trade-off). There is no graphical browser in base. I don't need or want this

Re: azalia0 on hp nx7300

2008-01-17 Thread Deanna Phillips
Bachman Kharazmi writes: outputs.speaker.eapd=off Could you try setting that to on? And try setting all of the volume levels to 200 or more. Some laptops have very quiet speakers.

Re: most secure graphical browser

2008-01-17 Thread Marco Peereboom
what are you referring to? are we restarting the VM are more secure flame fest? On Thu, Jan 17, 2008 at 06:36:27PM -0500, Frank Bax wrote: Douglas A. Tutty wrote: I have a box that I want to keep as secure as I can but I also need to be able to use a graphical browser from it (I know that

modifying base system, need to recompile?

2008-01-17 Thread Aaron
I was wanting to set up an antispam/anti-virus mail system and in the past i've always used postfix as my mta. I have read a few posts on the list where people suggest sticking w/the openbsd default, sendmail. I'm considering doing this save one question. I know that when you modify things

Re: most secure graphical browser

2008-01-17 Thread Edd Barrett
On Jan 17, 2008 8:42 PM, Douglas A. Tutty [EMAIL PROTECTED] wrote: I have a box that I want to keep as secure as I can but I also need to be able to use a graphical browser from it (I know that this is a trade-off). There is no graphical browser in base. I don't need or want this browser to

Re: Sun Ultra 5

2008-01-17 Thread Edd Barrett
Hi there, On Jan 17, 2008 11:01 PM, Janke Knolli [EMAIL PROTECTED] wrote: Hi, my first post here. I just installed OpenBSD 4.2 from the official CD's on a Sun Ultra 5 270Mhz 128MB RAM with mouse, keyboard (5C) and a ordinary vga monitor. All smooth and good. Then there's the problem:

Re: most secure graphical browser

2008-01-17 Thread johan beisser
On Jan 17, 2008, at 3:36 PM, Frank Bax wrote: Have you considered running the browser in a virtual environment? Outside of virtualization providing snapshots, it doesn't do anything to truly improve security.

Re: most secure graphical browser

2008-01-17 Thread Douglas A. Tutty
On Thu, Jan 17, 2008 at 05:11:53PM -0500, STeve Andre' wrote: On Thursday 17 January 2008 03:42:38 pm Douglas A. Tutty wrote: I have a box that I want to keep as secure as I can but I also need to be able to use a graphical browser from it (I know that this is a trade-off). There is no

Vague NFS problem

2008-01-17 Thread T. Ribbrock
Hi all, I ran into a vague NFS problem today: At home, I currently have an OpenBSD firewall/server and two Linux workstations. Last weekend, I finally replaced my Ultrasparc 10 with OpenBSD 3.8 with a dual PIII running OpenBSD 4.2. Initially, all seemed well, but today I got problems with NFS.

Re: most secure graphical browser

2008-01-17 Thread Rico Secada
On Thu, 17 Jan 2008 18:17:54 -0500 Douglas A. Tutty [EMAIL PROTECTED] wrote: On Thu, Jan 17, 2008 at 05:11:53PM -0500, STeve Andre' wrote: On Thursday 17 January 2008 03:42:38 pm Douglas A. Tutty wrote: I have a box that I want to keep as secure as I can but I also need to be able to use

Re: k3b ...is it possible?

2008-01-17 Thread Predrag Punosevac
Jacob Meuser wrote: On Thu, Jan 17, 2008 at 01:06:18PM -0700, Predrag Punosevac wrote: All of the above being said, as a primarily desktop user, I think that K3b should be ported to OpenBSD. you know, I tried porting libcdio to OpenBSD. then I had issues with Rocky Bernstein, so I

Re: azalia0 on hp nx7300

2008-01-17 Thread Bachman Kharazmi
On 13/01/2008, Deanna Phillips [EMAIL PROTECTED] wrote: Please try with -current. Current installed. Still the same behavior. The mute led on kb is light, and I can't turn it off. It works to stream with mplayer.. but no should comes out of the hardware :( # mixerctl -a

Sun Ultra 5

2008-01-17 Thread Janke Knolli
Hi, my first post here. I just installed OpenBSD 4.2 from the official CD's on a Sun Ultra 5 270Mhz 128MB RAM with mouse, keyboard (5C) and a ordinary vga monitor. All smooth and good. Then there's the problem: Reading MAN-pages is *very* slow in virtual console/terminal. When I use

Re: rtorrent 0.7.9 keeps crashing

2008-01-17 Thread Josh Grosse
On Thu, 17 Jan 2008 23:02:15 +0100, Bernhard Leiner wrote fsck does not find any errors and I also tried the method you wrote about. Read the whole disk with dd if=/dev/wd1a of=/dev/null bs=64k without getting any messages in /var/log/messages. Was that a typo? wd1c is the whole disk. wd1a

Re: azalia0 on hp nx7300

2008-01-17 Thread Bachman Kharazmi
yep. the enabled acpi made the laptop reset right after boot prompt. On 14/01/2008, Pierre Riteau [EMAIL PROTECTED] wrote: On Jan 14, 2008 12:38 AM, Bachman Kharazmi [EMAIL PROTECTED] wrote: On 13/01/2008, Deanna Phillips [EMAIL PROTECTED] wrote: Bachman Kharazmi writes: OpenBSD

spamd configuration

2008-01-17 Thread Ryan Corder
I'm trying to make the banner from my mail server and the banner from spamd sitting in front of it match, so that it appears that you are connecting to the same machine regardless of where spamd sends you. On my mail server, it looks like this: 220 mail.greengrey.org ESMTP smtpd On spamd,

Re: modifying base system, need to recompile?

2008-01-17 Thread J.C. Roberts
On Friday 01 February 2008, Aaron wrote: I was wanting to set up an antispam/anti-virus mail system and in the past i've always used postfix as my mta. I have read a few posts on the list where people suggest sticking w/the openbsd default, sendmail. I'm considering doing this save one

Re: Sun Ultra 5

2008-01-17 Thread Darrin Chandler
On Thu, Jan 17, 2008 at 11:01:07PM +, Janke Knolli wrote: Hi, my first post here. I just installed OpenBSD 4.2 from the official CD's on a Sun Ultra 5 270Mhz 128MB RAM with mouse, keyboard (5C) and a ordinary vga monitor. All smooth and good. Then there's the problem: Reading MAN-pages

Re: Bluetooth on 4.2 (solved in -current)

2008-01-17 Thread Wim Lewis
On Jan 14, 2008, at 7:24 AM, Uwe Stuehler wrote: On Sun, Jan 13, 2008 at 03:20:46AM +, Wim Lewis wrote: How much should I expect Bluetooth to be working on OBSD 4.2? I can get some things to work, but I can't successfully open an RFCOMM connecton. The ubt(4) driver was fixed in

Re: most secure graphical browser

2008-01-17 Thread ropers
On Thu, 17 Jan 2008 18:17:54 Douglas A. Tutty [EMAIL PROTECTED] wrote: A main server where you need a graphical browser? It can be useful for (esp. junior) sysadmins who've hooked up a monitor and keyboard to a server and are sitting in front of it to administer it, and who may not be

Re: most secure graphical browser

2008-01-17 Thread Clint Pachl
Rico Secada wrote: On Thu, 17 Jan 2008 18:17:54 -0500 Douglas A. Tutty [EMAIL PROTECTED] wrote: On Thu, Jan 17, 2008 at 05:11:53PM -0500, STeve Andre' wrote: On Thursday 17 January 2008 03:42:38 pm Douglas A. Tutty wrote: I have a box that I want to keep as secure as I can but

Re: most secure graphical browser

2008-01-17 Thread Douglas A. Tutty
On Thu, Jan 17, 2008 at 06:36:27PM -0500, Frank Bax wrote: Douglas A. Tutty wrote: I have a box that I want to keep as secure as I can but I also need to be able to use a graphical browser from it (I know that this is a trade-off). Have you considered running the browser in a virtual

Re: most secure graphical browser

2008-01-17 Thread johan beisser
On Jan 17, 2008, at 5:02 PM, ropers wrote: It can be useful for (esp. junior) sysadmins who've hooked up a monitor and keyboard to a server and are sitting in front of it to administer it, and who may not be confident enough of their choices without googling and reading through a number of

Re: most secure graphical browser

2008-01-17 Thread Douglas A. Tutty
On Fri, Jan 18, 2008 at 01:03:07AM +0100, Rico Secada wrote: On Thu, 17 Jan 2008 18:17:54 -0500 Douglas A. Tutty [EMAIL PROTECTED] wrote: On Thu, Jan 17, 2008 at 05:11:53PM -0500, STeve Andre' wrote: On Thursday 17 January 2008 03:42:38 pm Douglas A. Tutty wrote: I have a box that I

Re: Sun Ultra 5

2008-01-17 Thread Travers Buda
* Edd Barrett [EMAIL PROTECTED] [2008-01-18 00:08:22]: Hi there, On Jan 17, 2008 11:01 PM, Janke Knolli [EMAIL PROTECTED] wrote: Hi, my first post here. I just installed OpenBSD 4.2 from the official CD's on a Sun Ultra 5 270Mhz 128MB RAM with mouse, keyboard (5C) and a ordinary vga

Re: modifying base system, need to recompile?

2008-01-17 Thread Douglas A. Tutty
On Thu, Jan 17, 2008 at 04:44:12PM -0800, J.C. Roberts wrote: On Friday 01 February 2008, Aaron wrote: So lets say i start w/the base install and change my rc.conf.local to point at sendmail.cf , edit the appropriate files in the src directory. Things like, sending mail as @mydomain.com

Re: modifying base system, need to recompile?

2008-01-17 Thread johan beisser
On Jan 17, 2008, at 5:37 PM, Douglas A. Tutty wrote: However, there have been threads here detailing the recompilation necessary for sendmail to handle SSL Auth (or whatever its called). If you have to recompile sendmail (as opposed to changing a config), presumably you'd have to make the

Re: modifying base system, need to recompile?

2008-01-17 Thread Aaron
Douglas A. Tutty wrote: On Thu, Jan 17, 2008 at 04:44:12PM -0800, J.C. Roberts wrote: On Friday 01 February 2008, Aaron wrote: So lets say i start w/the base install and change my rc.conf.local to point at sendmail.cf , edit the appropriate files in the src directory. Things like,

Re: most secure graphical browser

2008-01-17 Thread Steve Shockley
Douglas A. Tutty wrote: I have a box that I want to keep as secure as I can but I also need to be able to use a graphical browser from it (I know that this is a trade-off). Assuming you've already decided to run X, then why not just run the browser on your other machine and set the display to

wireless access point woes

2008-01-17 Thread Juan Miscaro
Hi, I am using OpenBSD 4.2 as my WAP with a ral adapter. My wireless client is running Kubuntu. The server is running dnsmasq (DHCP/DNScaching) and everything works. However, after a while the connection breaks completely and the only thing that rectifies the situation is a reboot on the

Re: Sun Ultra 5

2008-01-17 Thread William Boshuck
On Thu, Jan 17, 2008 at 11:01:07PM +, Janke Knolli wrote: Hi, my first post here. I just installed OpenBSD 4.2 from the official CD's on a Sun Ultra 5 270Mhz 128MB RAM with mouse, keyboard (5C) and a ordinary vga monitor. All smooth and good. Then there's the problem: Reading

Re: most secure graphical browser

2008-01-17 Thread Joachim Schipper
On Thu, Jan 17, 2008 at 06:17:54PM -0500, Douglas A. Tutty wrote: On Thu, Jan 17, 2008 at 05:11:53PM -0500, STeve Andre' wrote: On Thursday 17 January 2008 03:42:38 pm Douglas A. Tutty wrote: I have a box that I want to keep as secure as I can but I also need to be able to use a graphical

Re: most secure graphical browser

2008-01-17 Thread Joel Wiramu Pauling
chroot ;-). It is a pity that the is nothing like linux vservers for openbsd as yet ;-) On 18/01/2008, Joachim Schipper [EMAIL PROTECTED] wrote: On Thu, Jan 17, 2008 at 06:17:54PM -0500, Douglas A. Tutty wrote: On Thu, Jan 17, 2008 at 05:11:53PM -0500, STeve Andre' wrote: On Thursday 17

Re: OpenBSD 4.2 dhcpd(8)

2008-01-17 Thread Tim Stewart
Tom Van Looy [EMAIL PROTECTED] writes: The current implementation of dhcpd in base was a reworked version of ISC dhcpd 2.0pl5-OpenBSD (port). The rework was done by Henning Brauer. If you look at cvsweb you can find this information. Thank you very much. I will make sure and check cvsweb

Re: azalia0 on hp nx7300

2008-01-17 Thread Bachman Kharazmi
yeay! outputs.speaker.eapd=off - on did turn off the mute led. and now I get should ;) I can adjust level using for example mixerctl outputs.speaker=200,200 but the control in aumix is not adjustable. Are there any tool similar to aumix I can use? thanks! /Bachman On 18/01/2008, Deanna Phillips