throttling cpu in C0 state patch

2007-06-03 Thread giovanni
while browsing latest modification I see the throttle written function was not used yet so for curiosity I've tried to use it for throttling cpu in C0 state. I've made some test (md5) sweeping the whole throttle range (hw.throttle=1..2^dutywidth) and it seems to work giovanni diff -ru

Re: c2k7 hackathon is over

2007-06-03 Thread Massimo Lusetti
On Sat, 02 Jun 2007 16:40:49 -0600 Theo de Raadt [EMAIL PROTECTED] wrote: Hope you guys out there enjoy the changes that we've made. You can't imagine how much i enjoyed reading through commit logs. Amazing. Thank you! -- Massimo.run(); : is not an identifier

Re: support for Sun Fire

2007-06-03 Thread Stuart Henderson
On 2007/06/03 14:09, Sam Vaughan wrote: if anyone has a working PXE bios-flash setup for these and wouldn't mind sharing how, please drop me a line, when I try the system hangs after memdisk loads the bios-flash image. I'd be interested to know about this too. Since my x4100s have no CD/DVD

Re: ath(4) testers needed: AR2413, AR5413, AR5424 and AR5212 11a mode

2007-06-03 Thread Rolf Sommerhalder
My new miniPCI with AR2413 in 11b mode is recognized under -current on a WRAP, but it fails to associate and sometimes locks up the entire system, as implictly warned by Reyk in his commit for src/sys/dev/ic/ath.con 19 Sept 2006. This ath(4) device is a wlm54g23 Compex WLM54G 200mW Atheros

Addition to list of supported ral mini-pci cards

2007-06-03 Thread RW
The list of mini-pci cards that work with ral does not include one I obtained recently. It is an MSI MP54G5 and it seems to work well as an AP. More testing coming up and I'll send an alert if I see any problems. It shows up in dmesg as: ral0 at pci0 dev 20 function 0 Ralink RT2560 rev 0x01:

Re: postfix mailq command mixup on OpenBSD

2007-06-03 Thread Joachim Schipper
On Fri, Jun 01, 2007 at 05:05:38PM +0200, Marian Hettwer wrote: What [Timo Schoeler]'s pointing out is, that /etc/mailer.conf should probably point to /usr/local/sbin/mailq Although this seems to make no sense, either: ls -l /usr/local/sbin/mailq lrwxr-xr-x 1 root wheel 32 Jan 5 17:56

fdisk - print units

2007-06-03 Thread Dag Leine
Hi, sometimes I'm simply looking for the size (e.g. in GB) of the slices of an i386 Harddisk. I can get it using the fdisk(8) inline editor with 'p g' but I haven't found how do get it without starting the editor, so I've pached fdisk. Maybe someone is interested in the patch or have a comment

pcmcia malo(4) can't load firmware

2007-06-03 Thread Peter Hessler
I have a pcmcia malo(4) card that I would like to use, and when I plug it in it gives me malo0: timeout at boot firmware load!. The card is a NetGear WG511 v2, and yes, I did pkg_add the firmware. dmesg with acpi and MALO_DEBUG/CMALO_DEBUG defined below. -- On a paper submitted by a

Reclaim mounted space

2007-06-03 Thread Lawrence Horvath
I have just changed from 1 harddrive into having a root, and a home harddrive. its now working but i had several gigs in the old home that i would like to clear off, how can i clear the old home dir with out unmounting the new home -- -Lawrence

Re: Reclaim mounted space

2007-06-03 Thread Darrin Chandler
On Sun, Jun 03, 2007 at 09:10:34AM -0700, Lawrence Horvath wrote: I have just changed from 1 harddrive into having a root, and a home harddrive. its now working but i had several gigs in the old home that i would like to clear off, how can i clear the old home dir with out unmounting the new

Re: Reclaim mounted space

2007-06-03 Thread Lawrence Horvath
Well my old set up was to have just one harddrive, so my old home is part of the root drive, and since my root drive is in use as root, how would i mount just that part of it? On 03/06/07, Darrin Chandler [EMAIL PROTECTED] wrote: On Sun, Jun 03, 2007 at 09:10:34AM -0700, Lawrence Horvath wrote:

Re: Reclaim mounted space

2007-06-03 Thread Darrin Chandler
On Sun, Jun 03, 2007 at 09:45:46AM -0700, Lawrence Horvath wrote: Well my old set up was to have just one harddrive, so my old home is part of the root drive, and since my root drive is in use as root, how would i mount just that part of it? Ah. Log in as root, then umount /home. With that

Re: Reclaim mounted space

2007-06-03 Thread Greg Thomas
On 6/3/07, Darrin Chandler [EMAIL PROTECTED] wrote: On Sun, Jun 03, 2007 at 09:10:34AM -0700, Lawrence Horvath wrote: I have just changed from 1 harddrive into having a root, and a home harddrive. its now working but i had several gigs in the old home that i would like to clear off, how can

Re: Reclaim mounted space

2007-06-03 Thread Darren Spruell
On 6/3/07, Lawrence Horvath [EMAIL PROTECTED] wrote: Well my old set up was to have just one harddrive, so my old home is part of the root drive, and since my root drive is in use as root, how would i mount just that part of it? When you added your new drive and mounted it as /home, did you

Re: Reclaim mounted space

2007-06-03 Thread Jussi Peltola
Export / with NFS, mount it somewhere and you will see the old contents.

Re: Reclaim mounted space

2007-06-03 Thread Lawrence Horvath
unmounted the new home, rm'd the old home, and remounted the new home, all is working well I was just hoping there was some kind of cleanup i could use to clear unused space on a hd with out having to unmount anything On 03/06/07, Darren Spruell [EMAIL PROTECTED] wrote: On 6/3/07, Lawrence

Building a Centralized Authentication Server

2007-06-03 Thread Max Clark
Hi all, I need to develop a secure way for our staff/outside contractors to be able to securely connect (via SSH - rdesktop/vnc in the future) to our internal and customer systems. We do need heterogeneous client system support (BSD, Linux, Solaris, Windows, etc..?) with whatever solution is

Re: Building a Centralized Authentication Server

2007-06-03 Thread Jeroen Massar
Max Clark wrote: Hi all, I need to develop a secure way for our staff/outside contractors to be able to securely connect (via SSH - rdesktop/vnc in the future) to our internal and customer systems. We do need heterogeneous client system support (BSD, Linux, Solaris, Windows, etc..?) with

Re: Building a Centralized Authentication Server

2007-06-03 Thread Max Clark
On 6/3/07, Jeroen Massar [EMAIL PROTECTED] wrote: And then the evil user simply drops a backdoor binary on one of the machines. Sure there is only so much you can do. We have to give some level of trust to the user, this of course has to be balanced by an appropriate level of prudence on our

ipsec.conf order

2007-06-03 Thread Renaud Allard
Hello, I have a gateway running 4.1-current with an ipsec configuration like this one: ike passive esp from 172.20.0.0/24 to 172.16.22.0/24 srcid eriador.org dstid erathia.be ike passive esp from 172.20.0.0/24 to 192.168.0.0/24 srcid eriador.org dstid gaye.be Both remote peers have

Re: ipsec.conf order

2007-06-03 Thread Renaud Allard
Renaud Allard wrote: Hello, I have a gateway running 4.1-current with an ipsec configuration like this one: ike passive esp from 172.20.0.0/24 to 172.16.22.0/24 srcid eriador.org dstid erathia.be ike passive esp from 172.20.0.0/24 to 192.168.0.0/24 srcid eriador.org dstid gaye.be Both

Re: ipsec.conf order

2007-06-03 Thread Renaud Allard
Renaud Allard wrote: Renaud Allard wrote: Hello, I have a gateway running 4.1-current with an ipsec configuration like this one: ike passive esp from 172.20.0.0/24 to 172.16.22.0/24 srcid eriador.org dstid erathia.be ike passive esp from 172.20.0.0/24 to 192.168.0.0/24 srcid eriador.org

Re: ipsec.conf order

2007-06-03 Thread Stuart Henderson
On 2007/06/03 22:51, Renaud Allard wrote: Hello, I have a gateway running 4.1-current with an ipsec configuration like this one: ike passive esp from 172.20.0.0/24 to 172.16.22.0/24 srcid eriador.org dstid erathia.be ike passive esp from 172.20.0.0/24 to 192.168.0.0/24 srcid

gmplayer locks up Fvwm

2007-06-03 Thread Jon Drews
OpenBSD 4.1 GENERIC#0 i386 Hi: Don't know if any one else experienced this. When gmplayer is activated from Fvwm's menu then it locks up fvwm. To reproduce: 1) Put: +GMplayer Exec exec gmplayer in the RootMenu section, of the .fvwmrc 2) Restart Fvwm 3) Click on

SSH-login is slow to connect with remote computer

2007-06-03 Thread Bray Mailloux
Hello; I'm experiencing some network trouble. Two problems exist and they are as thus; My DNS server, which has the ip 192.168.1.2, which is translated through my router to 64.142.102.10, cannot connect to the internet. And, whenever puTTY attempts to remote control the server, the login

Re: SSH-login is slow to connect with remote computer

2007-06-03 Thread djgoku
On 6/3/07, Bray Mailloux [EMAIL PROTECTED] wrote: Hello; I'm experiencing some network trouble. Two problems exist and they are as thus; My DNS server, which has the ip 192.168.1.2, which is translated through my router to 64.142.102.10, cannot connect to the internet. And, whenever puTTY

Re: Embedded system - which ?

2007-06-03 Thread Devin Smith
What about using the EFIKA board? (http://www.pegasosppc.com/efika.php). Seems like it would meet all the requirements that Uwe was looking for. Oh and it's a PPC system on a chip. Not x86. I believe it works with NetBSD.

Re: Embedded system - which ?

2007-06-03 Thread Mats O Jansson
On Sun, 3 Jun 2007, Devin Smith wrote: What about using the EFIKA board? (http://www.pegasosppc.com/efika.php). Seems like it would meet all the requirements that Uwe was looking for. Oh and it's a PPC system on a chip. Not x86. I believe it works with NetBSD. With history in mind I doubt

pf, carp, pfsync, and bridging

2007-06-03 Thread David Newman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks in advance for guidelines on using pf with carp and pfsync boxes that bridge rather than route. I found this guide: http://www.seattlecentral.edu/~dmartin/docs/bridge.html but it says carp doesn't work with bridging and to use spanning tree

Re: SSH-login is slow to connect with remote computer

2007-06-03 Thread Bray Mailloux
Bray Mailloux wrote: Hello; I'm experiencing some network trouble. Two problems exist and they are as thus; My DNS server, which has the ip 192.168.1.2, which is translated through my router to 64.142.102.10, cannot connect to the internet. And, whenever puTTY attempts to remote control the

Re: SSH-login is slow to connect with remote computer

2007-06-03 Thread Jacob Yocom-Piatt
Bray Mailloux wrote: Bray Mailloux wrote: Hello; I'm experiencing some network trouble. Two problems exist and they are as thus; My DNS server, which has the ip 192.168.1.2, which is translated through my router to 64.142.102.10, cannot connect to the internet. And, whenever puTTY attempts

amd64 pcmcia/cardbus wackyness (was Re: pcmcia malo(4) can't load firmware)

2007-06-03 Thread Peter Hessler
I assume its related, but when I plug in a CF-PCMCIA adapter, it attaches as com(4). This is a known good card that attaches properly on macppc pcmcia. on amd64: com2 at pcmcia0 function 0: can't allocate i/o space ppc: wdc3 at pcmcia0 function 0 LEXAR ATA FLASH CARD, ATA FLASH, port 0x0/16

type 2 or 3 pcmcia wireless card

2007-06-03 Thread Lawrence Horvath
I am working with a ThinkPad 365X that i am installing obsd on and would like wireless access on. it supports 2 type II or 1 type III PCMCIA, I wanted a ral card however those only appear to come at the lowest as a CB which i dont believe my thinkpad will support. Any suggestions on a card i