Re: Make process title - % complete

2009-10-21 Thread Adrian Penisoara
tion > nonetheless.  So please, go for it Ivan. > If you implement it, please use a control mechanism like, say, an environment variable MAKE_TRACK_PROGRESS, which, for performance and POLA sake, might default to disabled (including when environment is not defined). My 5cents, Adrian

Re: Make process title - % complete

2009-10-20 Thread Adrian Penisoara
parent/child runs. I see a similar mechanism in our make (using the __MKLVL__ environment variable) but it's restricted only to the check_make_level() function that is checking the nesting level, thus no global variable is available to use. Regards, Adrian Penisoara EnterpriseBSD.com __

Re: ZFS group ownership

2009-09-16 Thread Adrian Penisoara
en(2) describes * have a new ZFS property govern the behavior and default to one of the above Thanks, Adrian Penisoara EnterpriseBSD ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Fw: Re: ZFS continuously growing [SOLVED]

2009-09-03 Thread Adrian Penisoara
Hi, On Thu, Sep 3, 2009 at 12:05 PM, krad wrote: [...] > > There was a change between zfs v7 and v13. IN 7 when you did a zfs list it > would show snapshots, after 13 it didnt unless you supplied the switch. It > still catches me out as we have a right mix of zfs version at work, so dont > feel to

Re: ZFS continuously growing

2009-09-03 Thread Adrian Penisoara
Hi, On Wed, Sep 2, 2009 at 10:22 PM, Robert Eckardt wrote: > > Hi folks, > > after upgrading my backup server to 8.0-BETA2, I noticed that the > available space shrinks from backup to backup (a tree each day with > differential rsync) although with each new tree the oldest tree gets > removed. >

Re: Deprecating ps(1)s -w switch

2009-08-25 Thread Adrian Penisoara
ng... Let's not reverse the meaning of switches, for the sake of compatibility with (older) existent scripts... Maybe we should also think about compatibility with System V Unix / Linux -- I have encountered quite a lot of scripts expecting "ps -ef" to give an "al

ETA for ZFS v. 13 Merge From HEAD ?

2009-03-15 Thread Adrian Penisoara
Hi Pawel, Coming back to the subject, when do you think we might have a merge of r185029 (import of ZFS version 13) from head back into -stable ? Is there anything we can help with to speed up the process (e.g. testing) ? PS: ZFS-FUSE on Linux has also reached v 13... Thank you, Adrian

Re: FreeBSD 5.4 - filesystem full

2008-11-12 Thread Adrian Penisoara
Hi, What kind of applications are you running on the machine ? Are they mmap'ing files on the filesystem in quesiton (which one ?) ? AFAIR even if you delete a big file the disk space may not be reclaimed if a process still has the file open. If you reboot the machine or restart some of the

FreeBSD in Business (was Re: Idea for FreeBSD)

2008-08-12 Thread Adrian Penisoara
Hi, On Tue, Aug 12, 2008 at 4:52 PM, Stefan Lambrev <[EMAIL PROTECTED]> wrote: >> I'm not sure where is that remark headed to. And I don't think >> (re)packaging a business-centric version would harm -- please correct >> me if I'm wrong. >> > > The problem with "enterprise" is that they ship the

Re: Idea for FreeBSD

2008-08-12 Thread Adrian Penisoara
Hi, On Tue, Aug 12, 2008 at 2:36 PM, Stefan Lambrev <[EMAIL PROTECTED]> wrote: >>> >>> First let me reiterate a few things. I started in FreeBSD and it will >>> always be my first love. Second, keep in mind that Solaris is a >>> commercial >>> product and must be viewed as such. >>> >> >> Good po

Re: Idea for FreeBSD

2008-08-12 Thread Adrian Penisoara
Hi, I'm a bit late to jump on board, but since I'm interested in the subject and previously given some thinking, here are my thoughts. And perhaps the freebsd-rc list is better suited. On Fri, Aug 8, 2008 at 1:20 AM, <[EMAIL PROTECTED]> wrote: > I am surprised by the overwhelming response th

Re: Q: case studies about scalable, enterprise-class firewall w/ IPFilter

2008-08-05 Thread Adrian Penisoara
s due to overflowing the session tables until I fine-tuned the IPF state timeouts) it was quite a success. Nowadays I believe the trend is to use pf(4) instead of ipf(4) as it offers quite the same functionality under a presumably better license (although I sometimes miss the hierarchical structuring

Re: forcefsck on booting stage

2008-07-28 Thread Adrian Penisoara
Hi, On Mon, Jul 28, 2008 at 4:32 PM, RW <[EMAIL PROTECTED]> wrote: > On Mon, 28 Jul 2008 15:10:11 +0200 > Marc L__rner <[EMAIL PROTECTED]> wrote: > > > On Monday 28 July 2008 15:00, Jeremy Chadwick wrote: > > > On Mon, Jul 28, 2008 at 04:11:49PM +0400, sam wrote: > > > > Hello, > > > > > > > > Ho

ZFS startup scripts (was Re: On ZFS and 64/32 dual-booting.)

2008-03-10 Thread Adrian Penisoara
rement in /etc/rc.d/zfs, then you can rest assured that "zfs mount -a" will occur after mounting stuff in /etc/fstab. If you need to have an exception then forcibly mount it early in /etc/fstab (I guess you should do that anyway for important mountpoints like /usr and /var). [...] > >

Preparing an Oracle Database XE port/package -- any tips ?

2008-03-07 Thread Adrian Penisoara
/products/database/xe/index.html Thank you for your time and help, Adrian Penisoara ROFUG / EnterpriseBSD ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [OT] Q: what would you choose for a VCS today

2008-02-01 Thread Adrian Penisoara
Hi, On Jan 31, 2008 6:02 PM, Mike Meyer <[EMAIL PROTECTED]> wrote: > On Thu, 31 Jan 2008 08:45:55 +0200 "Adrian Penisoara" <[EMAIL PROTECTED]> > wrote: > > Side-topic, if you bear with me: if you were to choose again what to > use > > as source

Re: Squeezing out some 70 bytes out of the boot2 loader

2008-02-01 Thread Adrian Penisoara
Hi, On Jan 21, 2008 12:21 AM, Tim Kientzle <[EMAIL PROTECTED]> wrote: > Adrian Penisoara wrote: > > Hello > > > > I am trying to hack in some symlink support into the > [sys/boot/i386/]boot2 > > bootloader (for my project [1]) and I seem to fall short of ab

Re: Squeezing out some 70 bytes out of the boot2 loader

2008-02-01 Thread Adrian Penisoara
Hi, On Jan 21, 2008 2:38 AM, Bernd Walter <[EMAIL PROTECTED]> wrote: > On Sun, Jan 20, 2008 at 10:39:45PM +0200, Adrian Penisoara wrote: > > Hello > > > > I am trying to hack in some symlink support into the > [sys/boot/i386/]boot2 > > bootloader (for my p

Re: Squeezing out some 70 bytes out of the boot2 loader

2008-02-01 Thread Adrian Penisoara
boot2.ldis at 7749 bytes... I guess code compression should be hacked into [sys/boot/i386/btx/]btxldr but, since I have an easy workaround for now (touching base with /boot.config), for the moment I'd rather trust the mature and long used present code. There will be time to get back to this l

[OT] Q: what would you choose for a VCS today

2008-01-30 Thread Adrian Penisoara
easy code merging between projects/branches ? For the moment I am thinking that the top contenders would be Bazaar and Mercurial but I would like to know other (developer) opinions. Thank you for your time, no flames please. Adrian Penisoara ROFUG / En

Squeezing out some 70 bytes out of the boot2 loader

2008-01-20 Thread Adrian Penisoara
karound, but that is not too elegant. Thanks for your time, Adrian Penisoara ady (at) freebsd (dot) ady (dot) ro ROFUG, EnterpriseBSD project ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscri

New technologies in FreeBSD 5.x vs. 4.x

2003-02-06 Thread Adrian Penisoara
o get in touch with a few of the main developers that took charge of coding them. Thank you very much, Adrian Penisoara Ady (@freebsd.ady.ro, @rofug.ro) ROFUG founder To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

"Impossible" error: fixlabel: invalid magic

2002-10-01 Thread Adrian Penisoara
Hi, Wehever I try to change the disklabel for da2s2 or try to directy write to /dev/da2s2 if fails and prints this weird error: dscheck(#da/0x30012): fixlabel: invalid magic Grep'ing the error message in the sources it leads to this snipped of code in kern/subr_diskslice.c in function fixla

Desired feature: ipfw pass for routed IPs

2002-09-19 Thread Adrian Penisoara
ferent way (for example Zebra brings up the RTF_PROTO1 flag on its routes). It's been said that iproute2 in the recent Linux kernels alreay support this, but I haven't checked out closely. How hard would that be to implement ? Thank you, Adrian Penisoara

HEADS UP: ALTQ integration developer preview

2002-05-16 Thread Adrian Penisoara
kjc/kjc/software.html#ALTQ Current development is headed by Kenjiro Cho and myself. If you want to join our efforts please subscribe to our mailing list by sending "subscribe" in the body of a message to [EMAIL PROTECTED] Adrian Penisoara

Re: Installing FreeBSD on a 20Gb disc on a laptop with old BIOS

2001-12-22 Thread Adrian Penisoara
Hi, I'm not sure wether I've had this problem, but to me it seems that the right solution is: * let the IBM DM make that FAT partition, because that's what helps fdisk recognize the correct disk geometry (see the docs) * in the sysinstall delete that FAT partition and make one small s

FreeBSD Romanian l10n

2001-12-18 Thread Adrian Penisoara
Hi, I would like to begin a Romanian FreeBSD localization project and I lack the necessary information like: * where I should look for appropiate documentation * what are the places L10N is needed * appropiate procedure for submiting patches * advices from skilled people in this area

IBM PC330 server freeze on boot install

2001-11-03 Thread Adrian Penisoara
Hi, I'm having a hard time trying to install FreeBSD on a IBM PC330 server (dual MP motherboard with one Pentium Pro 200Mhz, 96Mb RAM, AIC-7880P SCSI chipset directly connected to the SCSI array with 3 x IBM 4Gb disks and an IBM SCSI CDROM, no ServeRAID controller). Whenever I boot (either

Re: -stable (in)stability (was Re: Best version of FBSD for INN ?)

1999-09-29 Thread Adrian Penisoara
Hi, On Tue, 28 Sep 1999, Jordan K. Hubbard wrote: > I'd suggest trying a 3.3-stable snapshot, just as soon as I can > get those rolling off of releng3.freebsd.org again. If it still > occurs, we're now at least debugging the latest and greatest. Isn't -STABLE tracking OK ? Unfortunately I do

Re: -stable (in)stability (was Re: Best version of FBSD for INN ?)

1999-09-25 Thread Adrian Penisoara
Hi, On Sat, 25 Sep 1999, Chris Costello wrote: > On Sat, Sep 25, 1999, Adrian Penisoara wrote: > > PS: I could have filed a PR but I can't figure any way of reproducing > > this -- just a double panic caught by my co-worker, details posted on > > -stable on

Re: -stable (in)stability (was Re: Best version of FBSD for INN ?)

1999-09-25 Thread Adrian Penisoara
Hi, On Sat, 25 Sep 1999, The Hermit Hacker wrote: > > Just to confirm...I've had similar problems, but *only* after moving to > INN-CURRENT, which makes *very* heavy use of MMAP() :( > > What version of INN are you running? I'm not running any kind of INN -- but lately I have been playing w

-stable (in)stability (was Re: Best version of FBSD for INN ?)

1999-09-25 Thread Adrian Penisoara
Hi, On Fri, 24 Sep 1999, Mark Powell wrote: > I have INN v2.2 running happily on a 3.1-STABLE machine, with all mmap > options turned on. I read of mmap problems with 3.2-stable. Maybe my > server just isn't loaded enough to grok on these problmes, but when I set > up a new news server should I