parted integration

2006-08-21 Thread Victor Balada Diaz
Hi, i think that adding parted[1] as a package (not importing in base) would be a nice addition to the live cd. You can use parted to resize partitions of other operating systems to make room for DragonFly. Parted is currently on pkgsrc-wip[2]. What do you think? its worth doing? [1]: http://www.

Re: parted integration

2006-08-22 Thread Victor Balada Diaz
On Mon, Aug 21, 2006 at 09:16:39PM +, Csaba Henk wrote: > So, that "its" means porting the whole low level stuff from GNU/Linux to > a BSD environment. I'd re-ask the question on parted's ml, they might > be able to point out more adequately how much work is needed for this. I thought it would

Re: Confusion over encodings, utf-8, etc.

2006-08-29 Thread Victor Balada Diaz
On Tue, Aug 29, 2006 at 08:19:18PM +0100, Jonathon McKitrick wrote: > > I've entered the world of unicode with my mac, and I'd like to make things > consistent across my machines. > > I naïvely thought utf-8 would solve everything. But I find a lot of web pages > and people's names only show cor

Re: login-shell

2006-09-17 Thread Victor Balada Diaz
On Sun, Sep 17, 2006 at 09:44:12PM +0200, Christian Hennig wrote: > Moin, > > it's a simple question: How it ist possible to set the login shell. > Or is a normal user allowed to edit his passwd row? Every user can change his login and other information with chsh(1). The shell is changed with -s

Re: Default tar revisited

2006-09-19 Thread Victor Balada Diaz
On Mon, Sep 18, 2006 at 05:19:34PM -0700, Peter Avalos wrote: > Since I upgraded to the newest version of bsdtar, I figure that it's a > good time to revisit the default tar discussion from May 2005. What do > people think about switching to bsdtar so we don't need to maintain > multiple tars? >

HEADS UP bind import

2006-09-20 Thread Victor Balada Diaz
Hi, I'm going to start importing bind 9.3.2-P1 right now, so head may not compile until i'm done with it. I'll send a mail when the import is complete. -- La prueba más fehaciente de que existe vida inteligente en otros planetas, es que no han intentado contactar con nosotros.

Re: HEADS UP bind import

2006-09-20 Thread Victor Balada Diaz
On Wed, Sep 20, 2006 at 11:17:26PM +0200, Victor Balada Diaz wrote: > Hi, > I'm going to start importing bind 9.3.2-P1 right now, so head may > not compile until i'm done with it. I'll send a mail when the import > is complete. The bind import should be completed by n

bmake not killing childrens

2006-09-29 Thread Victor Balada Diaz
Hi, some of you may have noticed that sometimes when you type Ctrl + C to stop bmake it doesn't stop. I find that behaviour annoying so i created this patch[1] to solve it. This patch disables make compatibility mode, so some things WILL break. bmake unit tests is an example of this. So to install

Re: bmake not killing childrens

2006-09-29 Thread Victor Balada Diaz
On Sat, Sep 30, 2006 at 02:21:00AM +0800, Bill Hacker wrote: > I find 'hard to stop' annoying enough in general to always have a second > session open, uusally with 'top' in it... > > A 'kill -9 ' or a 'killall ' > > - can cause just as much joy - or damage - without need of a patch to > anythi

Re: bmake not killing childrens

2006-09-30 Thread Victor Balada Diaz
On Sat, Sep 30, 2006 at 03:42:24AM +0800, Bill Hacker wrote: > Then 'init 6' works well... > > ;-) If that doesn't work, you can always burn the computer :P > > Seriously, have you tried simply exiting the shell you invoked it from, or > dropping that particular ssh session? Don't work, but e

Re: bmake not killing childrens

2006-09-30 Thread Victor Balada Diaz
On Sat, Sep 30, 2006 at 08:35:23AM -0500, Jeremy C. Reed wrote: > > some of you may have noticed that sometimes when you type Ctrl + C > > to stop bmake it doesn't stop. I find that behaviour annoying so > > i created this patch[1] to solve it. > > I think this may be related so I think this is be

Re: update of sound infrastructure

2006-10-19 Thread Victor Balada Diaz
On Fri, Oct 20, 2006 at 12:37:47AM +1000, Petr Janda wrote: > Simon, I get this error when trying to compile kernel with your patch: > > /usr/src/sys/dev/sound/pcm/channel.c:28:21: opt_isa.h: No such file or > directory Do you have ISA support enabled on your kernel config? -- La prueba más fe

Re: update of sound infrastructure

2006-10-19 Thread Victor Balada Diaz
On Fri, Oct 20, 2006 at 10:24:51AM +1000, Petr Janda wrote: > > Done it, but still no fix. > > Have you guys actually compiled the kernel with device sound or did you > load sound.ko module? > I loaded sound + snd_ich and worked fine. -- La prueba más fehaciente de que existe vida inteligent

Re: Problem with ssh connection

2006-10-24 Thread Victor Balada Diaz
On Tue, Oct 24, 2006 at 09:05:46PM +0200, Saverio Iacovelli wrote: > I've two DFly machines with sshd enabled. > I typed sshd_enable="yes" in /etc/rc.conf, I created > the key pair with ssh-keygen. The problem is that I > can't to connect to 192.168.1.2 from 192.168.1.1 with > scp for copying the i

[patch] Multiple ips for jails

2006-11-09 Thread Victor Balada Diaz
Hi, I'm working on adding IPv6 and multiple ip support to jails. Right now the support is mostly completed and i feel that would be a good idea to get wider testing. You can download the patch from [1]. This is the TODO list: jail(2) man page needs updating. jls doesn't report the

Re: [patch] Multiple ips for jails

2006-11-12 Thread Victor Balada Diaz
On Sun, Nov 12, 2006 at 11:21:38PM +0100, Tomaž Borštnar wrote: > Victor Balada Diaz pravi: > >Hi, > >I'm working on adding IPv6 and multiple ip support to jails. > How does it handle applications that do not bind to specific IP address? INADDR_ANY and in6addr_any bind

Re: [patch] Multiple ips for jails

2006-11-13 Thread Victor Balada Diaz
On Mon, Nov 13, 2006 at 03:20:31AM +0100, Tomaž Borštnar wrote: > Victor Balada Diaz pravi: > >INADDR_ANY and in6addr_any binds to all the IPs in the jail. > this is for servers, right? Yes. > >INADDR_LOOPBACK and in6addr_loopback tries to bind to a > >loopback address,

Re: [patch] Multiple ips for jails

2006-11-14 Thread Victor Balada Diaz
On Tue, Nov 14, 2006 at 11:31:57AM +0100, Joerg Sonnenberger wrote: > On Tue, Nov 14, 2006 at 10:00:54AM +0100, Simon 'corecode' Schubert wrote: > > Joerg Sonnenberger wrote: > > >At least the IPv6 case is incomplete as it doesn't deal with mapped ipv4 > > >addresses. I also don't think the behavio

Re: remount problem - device busy

2006-11-30 Thread Victor Balada Diaz
On Thu, Nov 30, 2006 at 07:45:15PM +0100, Vladimir Mitiouchev wrote: > Hello! > DragonFly, PREVIEW from Monday. > /dev/ad0s2g mounted on /usr, ro > /dev/ad0s2i mounted on /usr/sources,ro > /dev/ad0s2j on /usr/pkg, ro > When i try to remount anything rw mount says that device is busy. > fstat says t

Re: remount problem - device busy

2006-11-30 Thread Victor Balada Diaz
On Thu, Nov 30, 2006 at 09:41:25PM +0100, Vladimir Mitiouchev wrote: > On 11/30/06, Victor Balada Diaz <[EMAIL PROTECTED]> wrote: > >Check your dmesg and see if there are messages > >about trying to > >mount unclean filesystem. > Filesystems are clean. I can

Re: remount problem - device busy

2006-11-30 Thread Victor Balada Diaz
On Thu, Nov 30, 2006 at 11:14:53PM +0100, Vladimir Mitiouchev wrote: > On 11/30/06, Victor Balada Diaz <[EMAIL PROTECTED]> wrote: > >I can't reproduce it, i remount the filesystems > >as ro and then as rw > >without problems. Can you reproduce the problem >

Re: pkg_rolling-replace problem

2006-12-18 Thread Victor Balada Diaz
On Mon, Dec 18, 2006 at 12:59:05PM +1100, Petr Janda wrote: > I installed this package after reading the updating how to by Jeremy > Reed, but I get this error on every package it tries to update: It's trying to use make instead of bmake. Never used that package so don't know how to fix it, check

Re: est update from netbsd

2006-12-24 Thread Victor Balada Diaz
On Sat, Dec 23, 2006 at 05:14:25AM +0100, Simon 'corecode' Schubert wrote: > hey, > > in my quest to make my new laptop work as a laptop is supposed to, here the > first patch, importing the latest changes from netbsd's est. it's nasty > and their cpu handling code seems way cleaner... the fsb

Re: Release Schedule for 1.8

2007-01-01 Thread Victor Balada Diaz
On Mon, Jan 01, 2007 at 01:00:31PM -0800, Matthew Dillon wrote: > * The CVS tree will be branched in two weeks, on Sunday, January 14th > > * The 1.8 release is slated for January 28th. > > I would like people to start testing release oriented bits if possible. > We have about t

Re: A question on enabling sound...

2007-01-02 Thread Victor Balada Diaz
On Tue, Jan 02, 2007 at 03:44:43PM +0100, Huub wrote: > Hi, > > I'm trying to get my sound working. So far, I've put > snd_via8233_load="YES" in my rc.conf. But which files should I install > next? esound and aumix are installed, but what should be installed as well? foo_load="YES" should go to

Re: RealPlayerGold?

2007-02-21 Thread Victor Balada Diaz
On Wed, Feb 21, 2007 at 08:03:21PM +0100, Huub wrote: > > > >Hm. I just installed with no problems. What error do you see? > > > > This: > > # make install clean For pkgsrc you must use bmake instead of make. -- La prueba más fehaciente de que existe vida inteligente en otros planetas, es qu

Re: init dies with SIGABRT

2007-05-20 Thread Victor Balada Diaz
On Mon, May 21, 2007 at 12:34:29AM +1000, Morgan Reed wrote: > Just started going through my DragonFly embedded process again (I > didn't document it properly the first time around :( ). > > I'm trying to get PXE booting to behave (it's a whole lot quicker for > development than having to rebuild