Re: Hi - Packages Requests For Current

2012-09-08 Thread Eric Furman
No one is stopping you from porting them yourself. http://www.openbsd.org/faq/faq1.html#HowAbout On Sun, Sep 9, 2012, at 12:43 AM, Das wrote: > Hi, > > I was looking over Current and I noticed these programs were not in > OpenBSD; > > *WinFF*; (This is a really great FFmpeg frontend for converti

Re: xenocara not building on amd64-current

2012-09-08 Thread Emilio Perea
On Tue, Sep 04, 2012 at 03:44:35AM -0400, Ted Unangst wrote: > A lot of effort is expended trying to get snapshots out quickly after > toolchain changes, precisely to make things easy for people. Even if > you think you can figure out building from the source, the polite > thing to do is to use th

Re: pxeboot, machine dependent kernel

2012-09-08 Thread Christian Weisgerber
Ted Unangst wrote: > You can also run two tftp servers on two different IPs. The new tftpd also has this: -r socket Issue filename rewrite requests to the specified UNIX domain socket. tftpd will write lines in the format "IP OP filename", terminated by a newline, where

Re: pxeboot, machine dependent kernel

2012-09-08 Thread Ted Unangst
On Fri, Sep 07, 2012 at 13:14, russell wrote: > can be configured via boot.conf but there is no way to specify > a kernel based on the machine actually booting, > can only hard code the kernel image in. > and even if I kept different pxeboot binarys they would still use the > same boot.conf > > w

problems on ldpd with multiple links between 2 hosts

2012-09-08 Thread Manuel Guesdon
Hi, I've made some tests on ldpd and found some problems/strange things with the following configuration: 2 hosts (v 5.0) - core3 (loopback 10.0.0.7) - core1 (loopback 10.0.0.9) 2 links between these 2 hosts: - vlan211 (on em9) core3 IP: 10.0.0.125 core1 IP: 10.0.0.126 - vlan212 (o

Re: pxeboot, machine dependent kernel

2012-09-08 Thread Andrew Dalgleish
On 8/09/2012 6:14 AM, russell wrote: ... my intention is to hack boot.c(my guess, at this point I am still just looking at source) to check for and use some sort of global kernel macaddress var pxeboot claims to set. ... I played with a similar patch from here many years ago: http://nbender.com

Re: ext2 max filesystem size

2012-09-08 Thread Kenneth R Westerback
On Sat, Sep 08, 2012 at 01:50:26PM +0200, Claus Lensb?l wrote: > Ok, so I'm trying it out. I got the disk ready with: > mkfs.ext2 -L "cmol-storage" -m 0 -I 128 /dev/sdb1 > , to get the inodes right according to this: > http://efreedom.com/Question/H-33983/Flash-Drive-OpenBSD-Specified-Device-Mat >

Re: pxeboot, machine dependent kernel

2012-09-08 Thread Renzo Fabriek
On Saturday 08 September 2012 15:11:07 Ville Valkonen wrote: > On 7 September 2012 23:14, russell wrote: > > On 09/08/12 03:34, Ville Valkonen wrote: > >> > >> On 7 September 2012 14:08, russell wrote: > >>> > >>> I have doing quite a lot of netbooting lately. However I can not figure > >>> out >

Re: pxeboot, machine dependent kernel

2012-09-08 Thread Ville Valkonen
On 7 September 2012 23:14, russell wrote: > On 09/08/12 03:34, Ville Valkonen wrote: >> >> On 7 September 2012 14:08, russell wrote: >>> >>> I have doing quite a lot of netbooting lately. However I can not figure >>> out >>> how to configure a specific machine to use a specific kernel. >>> >>> Is

Re: ext2 max filesystem size

2012-09-08 Thread Claus Lensbøl
Ok, so I'm trying it out. I got the disk ready with: mkfs.ext2 -L "cmol-storage" -m 0 -I 128 /dev/sdb1 , to get the inodes right according to this: http://efreedom.com/Question/H-33983/Flash-Drive-OpenBSD-Specified-Device-Mat ch-Mounted-Device The disk shows up in dmesg as: umass0 at uhub0 port 1

Re: pxeboot, machine dependent kernel

2012-09-08 Thread russell
On 09/08/12 03:34, Ville Valkonen wrote: On 7 September 2012 14:08, russell wrote: I have doing quite a lot of netbooting lately. However I can not figure out how to configure a specific machine to use a specific kernel. Is there a way for pxeboot to load a kernel based on something machine de

Re: pxeboot, machine dependent kernel

2012-09-08 Thread Ville Valkonen
On 7 September 2012 14:08, russell wrote: > I have doing quite a lot of netbooting lately. However I can not figure out > how to configure a specific machine to use a specific kernel. > > Is there a way for pxeboot to load a kernel based on something machine > dependent, for example, mac address?