Cannot mount / when booting from disk

2006-07-27 Thread Francois Tigeot
puzzled by this. -- Francois Tigeot

Re: Cannot mount / when booting from disk

2006-07-28 Thread Francois Tigeot
On Thu, Jul 27, 2006 at 09:56:21AM -0700, Matthew Dillon wrote: > > :Francois Tigeot wrote: > :> Hi, > :> > :> I have recently tried to install Dragonfly-1.6 on a SATA based machine > :> (Asus A8V-E-SE, VIA 8237 chipset, 74 GB Raptor). Everything went fin

Re: Compaq Evo boot problem

2006-07-30 Thread Francois Tigeot
ode. > > I'm sure that there's a tweak we can do to fdisk and boot0cfg > that will fix the BIOS's misdetection, but I have no idea what. FWIW, FreeBSD 6.0 has no trouble booting from the machine I had this problem on. -- Francois Tigeot

Re: Compaq Evo boot problem

2006-07-30 Thread Francois Tigeot
erent disks for both OSes; this may have had an effect. FreeBSD: 120 GB PATA Dragonfly: 74 GB SATA -- Francois Tigeot

Re: RE: SATA to CF -- great for embedded DFly firewalls

2006-08-08 Thread Francois Tigeot
ragonfly easy to configure for readonly root? An alternative may be to use a r/w mfs root and only mount the CF as needed. I have done this for ThinBSD - an embedded distribution of FreeBSD; it should be feasible with Dragonfly too. Check out http://www.thinbsd.org/ for details. -- Francois Tigeot

Default PATH in login.conf

2006-08-12 Thread Francois Tigeot
Hi, I have been bitten by a PATH issue when trying to configure a remote X terminal. The default PATH in /etc/login.conf includes /usr/X11R6/bin and not /usr/pkg/xorg/bin Shouldn't this be updated to reflect the new pkgsrc installation directories ? -- Francois Tigeot

IPv6 mtu autoconfiguration

2006-10-30 Thread Francois Tigeot
e MTU is changed for both IPv4 and IPv6 protocols. There is no way to specify a v4 or v6 only behavior. This may be related to the previous issue. I hope someone can shed some light on this. -- Francois Tigeot

Re: IPv6 mtu autoconfiguration

2006-11-01 Thread Francois Tigeot
On Tue, Oct 31, 2006 at 04:37:06PM +0100, Emiel Kollof wrote: > Op maandag 30 oktober 2006 12:56, schreef Francois Tigeot: > > Hi all, > > > > I am experimenting with IPv6 on a small LAN. All machines use > > Dragonfly-1.6.x. > > The gateway uses a PPPoE ADSL

Native jdk build issue

2007-02-11 Thread Francois Tigeot
j/pkgsrc/wip/jdk14/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Can anyone more knowledgeable shed some light on the "JNI_CreateJavaVM" issue ? I have found many similar errors on google, but none related to Dragonfly... -- Francois Tigeot

Re: Native jdk doesn't build

2007-02-12 Thread Francois Tigeot
On Sun, Feb 11, 2007 at 09:53:27AM +0100, Francois Tigeot wrote: > > I tried to build a native wip/jdk14. > > I used a one year old version of lang/sun-jdk14 as a bootstrap since > recent version fail with an illegal system call error. > > The build failed after 2 h

Re: Native jdk build issue

2007-02-12 Thread Francois Tigeot
On Mon, Feb 12, 2007 at 09:34:17PM +0100, Joerg Sonnenberger wrote: > On Sun, Feb 11, 2007 at 09:53:27AM +0100, Francois Tigeot wrote: > > I used a one year old version of lang/sun-jdk14 as a bootstrap since > > recent version fail with an illegal system call error. > >

Re: Native jdk doesn't build

2007-02-13 Thread Francois Tigeot
absence of a native jdk has been bothering me for a while. -- Francois Tigeot

Re: Native jdk doesn't build

2007-02-13 Thread Francois Tigeot
I thought your patches were specific to versions of the FreeBSD ports contemporary of DragonFly 1.4 and previous releases. > I believe I've included those > modifications in the binary attached to those message, too. I'll have a look. -- Francois Tigeot

Native jdk build - success

2007-02-20 Thread Francois Tigeot
een 1.4 and 1.6 to cause this. -- Francois Tigeot

Re: Native jdk build - success

2007-02-21 Thread Francois Tigeot
On Tue, Feb 20, 2007 at 03:52:51PM -0800, walt wrote: > Bill Hacker wrote: > > Francois Tigeot wrote: > >> Hi, > >> > >> Today, I finally succeeded in building a native version of wip/jdk14. > >> > >> The big difference with my previous

Re: Native jdk build - success

2007-02-21 Thread Francois Tigeot
On Wed, Feb 21, 2007 at 06:47:14AM +0800, Bill Hacker wrote: > Francois Tigeot wrote: > > > >Today, I finally succeeded in building a native version of wip/jdk14. > > > >So, we have: > > > >1.4.5 => success > >1.6.2 => failure > >1.8.0 =

Re: KDE and OpenSSL = Broken

2007-02-22 Thread Francois Tigeot
.c > $ ./a.out > $ cc ./dltest.c -lssl > $ ./a.out > $ a.out: Undefined symbol "SSL_connect" FWIW, it is the same type of error I have seen with wip/jdk14. Your code: h = dlopen("/usr/lib/libssl.so", RTLD_GLOBAL | RTLD_NOW); JDK code: libjvm = dlopen(jvmpath, RTLD_NOW + RTLD_GLOBAL); -- Francois Tigeot

Re: wip/jdk14: okay

2007-02-22 Thread Francois Tigeot
hould be okay. just cd /usr/src/libexec/rtld-elf && wmake && wmake > install DESTDIR=/ Well, this is not about KDE but with a DragonFly-1.8 system and the rtld patch, I am now able to build a working native jdk. Thank you so much Simon ! I'm happy now :-) And seriously, this should warrant a minor release. -- Francois Tigeot

Re: cvs commit: src/sys/dev/disk/fd fd.c fdc.h

2007-05-21 Thread Francois Tigeot
go away > ISA is still used on modern hardware -- anything without USB mouse/keyboard > uses ISA under the covers, along with other stuff. And you can still buy modern machines with real ISA expansion slots. Core2 Duo PCs with ISA slots seem a bit weird, but they exist. -- Francois Tigeot

pfstat-2.2

2007-08-26 Thread Francois Tigeot
. A quick grep in /usr/src showed DIOCIGETIFACES to be used in sys/net/pf/ so I'm not sure why this ioctl is not supported. If some pf specialist could have a look, I would be very grateful. TIA, -- Francois Tigeot

Re: pfstat-2.2

2007-08-27 Thread Francois Tigeot
On Sun, Aug 26, 2007 at 07:02:51PM +0200, Gergo Szakal wrote: > On Sun, 26 Aug 2007 17:34:42 +0200 > Francois Tigeot <[EMAIL PROTECTED]> wrote: > > > > ioctl: DIOCIGETIFACES: Operation not supporte

Re: moused + modular xorg 'sticking' ?

2007-11-07 Thread Francois Tigeot
modular xorg. I haven't tried to use sysmouse lately > so don't know if I'm seeing the same thing now. Next time I start > Xorg it will be with sysmouse so I'll report here. I have had the same problem recently. I fixed it by downgrading x11/xf86-input-mouse. I am now using xf86-input-mouse-1.2.1 with sysmouse, and all is fine. -- Francois Tigeot

Qemu running on DragonFly

2007-12-02 Thread Francois Tigeot
-net nic -net tap,ifname=tap2,script=no -hda diskfile.img -m 256 -localtime -- Francois Tigeot

USB scanner unrecognized on 1.11-DEVELOPMENT

2008-01-15 Thread Francois Tigeot
e USB stuff has been heavily refactored since the last release. How can I proceed to debug this ? -- Francois Tigeot

Re: USB scanner unrecognized on 1.11-DEVELOPMENT

2008-01-16 Thread Francois Tigeot
On Tue, Jan 15, 2008 at 11:06:21AM +0100, Matthias Schmidt wrote: > > * Francois Tigeot wrote: > > > > I recently upgraded a machine from Dragonfly 1.10.1 to a recent > > 1.11.0-DEVELOPMENT (as of today). > > > > An Epson Perfection 1240U USB scanner

Re: USB scanner unrecognized on 1.11-DEVELOPMENT

2008-01-16 Thread Francois Tigeot
powered port 2 addr 2: low speed, power 98 mA, config 1, USB-PS/2 Optical Mouse(0xc012), Logitech(0x046d), rev 13.20 Controller /dev/usb2: addr 1: full speed, self powered, config 1, UHCI root hub(0x), Intel(0x), rev 1.00 port 1 powered port 2 powered Controller /dev/usb3: addr 1: full speed

Re: USB scanner unrecognized on 1.11-DEVELOPMENT

2008-01-16 Thread Francois Tigeot
On Wed, Jan 16, 2008 at 12:45:49PM +0200, Hasso Tepper wrote: > Francois Tigeot wrote: > > However, I found out there's was a difference between a standalone > > uscanner module and one compiled in the kernel. > > > > Standalone module: > > - original -

Re: Java 2 status

2008-04-28 Thread Francois Tigeot
er portage. > > Yep, they say so: > http://news.zdnet.co.uk/software/0,100121,39405249,00.htm?r=7 The OpenBSD people seem to have created a usable jdk 1.7 port: http://www.undeadly.org/cgi?action=article&sid=20080321023803 -- Francois Tigeot

Instant crash with Linux OpenOffice

2009-06-02 Thread Francois Tigeot
unexpected end of file I'm not sure how to debug this. -- Francois Tigeot

Re: Instant crash with Linux OpenOffice

2009-06-02 Thread Francois Tigeot
fice.org/3/user/backup You will not be able to continue working with OpenOffice.org without allocating more free disk space at that location." There is 80 GB of free space on this fs. Could it be counting free inodes ? -- Francois Tigeot

Re: ps2 mouse driver problem -- kernel psmintr error messages

2009-06-24 Thread Francois Tigeot
el: psmintr: out of sync (0008 != ) > kernel: psmintr: discard a byte (3). You may have an interrupt problem. I had a similar issue when I enabled the emergency interrupt stuff recently. The log messages where exactly the same. -- Francois Tigeot

Re: Is the Giant lock completely removed?

2009-08-07 Thread Francois Tigeot
k14-1.4.2.8 Java Development Kit 1.4.2 $ uname -sir DragonFly 2.2.2-RELEASE VKERNEL I remember there were also some patches to get jdk15 to build floating on the mailing-lists. AFAIK, the big problem with getting a native jdk is due to the old linuxulator code: the build has to be bootstrapped with a Linux jdk binary. -- Francois Tigeot

gcc mm_malloc.h

2009-08-27 Thread Francois Tigeot
any reason it is not installed in a DragonFly-2.3.2 system ? -- Francois Tigeot

Re: gcc mm_malloc.h

2009-08-28 Thread Francois Tigeot
On Fri, Aug 28, 2009 at 12:52:30AM +0200, Simon 'corecode' Schubert wrote: > Francois Tigeot wrote: > >As far as I know, mm_malloc.h is part of gcc-4.1. Is there any reason it > >is not > >installed in a DragonFly-2.3.2 system ? > > I have a patch for this

Re: OpenOffice

2010-01-21 Thread Francois Tigeot
er.dragonflybsd.org/msg08862.html Nowadays, I use koffice. It's native and fast. -- Francois Tigeot

Re: Anyone tried an Atom 330 with Dragonfly

2010-01-30 Thread Francois Tigeot
ting this board soon: http://www.supermicro.com/products/motherboard/ATOM/ICH9/X7SPA.cfm?typ=H The two gigabit ethernet and 6 sata ports are particularly nice for a small file server. -- Francois Tigeot

SAS RAID controllers support

2010-02-01 Thread Francois Tigeot
event of a disk replacement ? Inquiring minds want to know ! -- Francois Tigeot

Re: SAS RAID controllers support

2010-02-01 Thread Francois Tigeot
On Mon, Feb 01, 2010 at 12:02:38PM +0100, Francois Tigeot wrote: > > I'm curious about the state of hardware RAID controllers in DragonFly. > > Would a LSI1068-E controller be usable with DragonFly-2.4 ? This page answers my question for this controller: http://blogaristoo.

Re: SAS RAID controllers support

2010-02-01 Thread Francois Tigeot
On Mon, Feb 01, 2010 at 08:48:37AM -0800, Freddie Cash wrote: > On Mon, Feb 1, 2010 at 4:41 AM, Francois Tigeot wrote: > > > On Mon, Feb 01, 2010 at 12:02:38PM +0100, Francois Tigeot wrote: > > > > > > I'm curious about the state of hardware RAID controller

Re: SAS RAID controllers support

2010-02-04 Thread Francois Tigeot
On Mon, Feb 01, 2010 at 07:16:46PM +0100, Francois Tigeot wrote: > On Mon, Feb 01, 2010 at 08:48:37AM -0800, Freddie Cash wrote: > > On Mon, Feb 1, 2010 at 4:41 AM, Francois Tigeot wrote: > > > > > On Mon, Feb 01, 2010 at 12:02:38PM +0100, Francois Tigeot wrote: > >

Re: SAS RAID controllers support

2010-02-23 Thread Francois Tigeot
On Thu, Feb 04, 2010 at 06:20:51PM +0100, Francois Tigeot wrote: > > > > > > > > > > I'm curious about the state of hardware RAID controllers in DragonFly. > > I'm now pretty sure the only hardware RAID adapters which *could* be usable > are based

Re: SAS RAID controllers support

2010-02-23 Thread Francois Tigeot
On Wed, Feb 24, 2010 at 12:02:36AM +0100, Michael Neumann wrote: > 2010/2/23 Francois Tigeot > > > The MegaRAID SAS ELP is still not recognized. > > > > So it seems DragonFly doesn't support any recent hardware RAID controller. > > The Adaptec RAID (aac

Monitoring CPU time

2010-04-04 Thread Francois Tigeot
ystem, etc... time from a shell ? FreeBSD cpu usage plugin sources: http://munin-monitoring.org/browser/trunk/node/node.d.freebsd/cpu.in?rev=900 -- Francois Tigeot

Re: Monitoring CPU time

2010-04-04 Thread Francois Tigeot
On Sun, Apr 04, 2010 at 03:01:47PM +, Chris Turner wrote: > Francois Tigeot wrote: > > > >The FreeBSD plugin uses the sysctl kern.cp_time, which is not present on > >DragonFly. Is there any way to easily get the different percentages of > >nice, > >idle, user,

Re: Monitoring CPU time

2010-04-05 Thread Francois Tigeot
AFAIK there's no easy-to-use sysctl. systat and vmstat give only an instant snapshot of the system state with 1 second precision or so. An average on 5 minutes would be much better for my purposes. -- Francois Tigeot

Re: Monitoring CPU time

2010-04-08 Thread Francois Tigeot
On Mon, Apr 05, 2010 at 07:00:06PM +0200, Francois Tigeot wrote: > On Mon, Apr 05, 2010 at 09:21:41AM -0700, Matthew Dillon wrote: > > > > systat -pv 1 > > > > In terms of extracting it in a script... I dunno about that. > > I'm beginning to thin

Re: DragonFly 2.6.2, 2.7.2 tags pushed - fixes for serious HAMMER issue

2010-04-20 Thread Francois Tigeot
the allocation info. >From the point of view of a guy having the means to do the copy stuff (two harddrives), it is still a bit of a PITA. 300+ GB take hours to copy :-( Having a fsck.hammer would be a big plus IMHO. -- Francois Tigeot

Re: Snapshots ordering on slave and pfs according to freequency for snapshot management

2010-04-27 Thread Francois Tigeot
intervalhourly 6 intervaldaily 7 intervalweekly 4 intervalmonthly 12 The hammer utility would be much better if it implemented some similar mechanism IMHO. -- Francois Tigeot

Re: Snapshots ordering on slave and pfs according to freequency for snapshot management

2010-04-28 Thread Francois Tigeot
Hi George, On Wed, Apr 28, 2010 at 03:40:08PM +0530, Siju George wrote: > On Tue, Apr 27, 2010 at 1:15 PM, Francois Tigeot > wrote: > > I think sysutils/rsnapshot does what you want. It uses hard links to > > simulate snapshots on classic filesystems and manages different range

Updating a pkgsrc package

2010-05-02 Thread Francois Tigeot
to test my changes... -- Francois Tigeot

Re: Updating a pkgsrc package

2010-05-02 Thread Francois Tigeot
On Sun, May 02, 2010 at 11:09:22AM -0400, Justin C. Sherrill wrote: > On Sun, May 2, 2010 7:25 am, Francois Tigeot wrote: > > > > I have locally updated mail/prayer to version 1.3.2. > > > > Is there any thing I should be aware before submitting my work to the > >

Re: HEADS UP: BIND Removal. Short instructions for migration to pkgsrc-BIND

2010-06-06 Thread Francois Tigeot
ind96 package. I just cannot live without host and dig. Of course, the server part of the package is completely useless to me. A minimal bind9-client pkgsrc package would be ideal, IMHO. -- Francois Tigeot

DragonFly 64-bit stability

2010-06-09 Thread Francois Tigeot
y-on-Rails application. What is your experience with the 64-bit version ? Is it now stable enough to be used in a server ? All answers are welcome. -- Francois Tigeot

Re: DragonFly 64-bit stability

2010-06-10 Thread Francois Tigeot
On Wed, Jun 09, 2010 at 05:00:18PM -0400, Justin C. Sherrill wrote: > On Wed, June 9, 2010 4:52 am, Francois Tigeot wrote: > > I'm thinking of upgrading one server from 2GB to 6GB of memory. > > > > What is your experience with the 64-bit version ? Is it now stable

Re: DragonFly 64-bit stability

2010-06-10 Thread Francois Tigeot
On Thu, Jun 10, 2010 at 06:55:53PM -0600, Samuel J. Greear wrote: > On Thu, Jun 10, 2010 at 6:47 PM, Justin C. Sherrill > wrote: > > On Thu, June 10, 2010 4:32 pm, Francois Tigeot wrote: > > > >> Installing applications from pkgsrc went well. > >> >

Re: DragonFly 64-bit stability

2010-06-11 Thread Francois Tigeot
ler-bsd.local:/usr/obj/usr/src/sys/X64_SMP x86_64 I also tried with Postgres 8.4. My test was with DragonFly 2.6, howewer. I'll try to upgrade to 2.7 and see if it makes a difference. -- Francois Tigeot

Re: DragonFly 64-bit stability

2010-06-11 Thread Francois Tigeot
On Fri, Jun 11, 2010 at 12:44:26PM -0400, Justin C. Sherrill wrote: > On Fri, June 11, 2010 2:36 am, Francois Tigeot wrote: > > > Yeah, I don't believe Postgres is to blame either. > > During the pkgsrc build, many make instances were also dying with signal > > 1

Re: DragonFly 64-bit stability

2010-06-13 Thread Francois Tigeot
On Fri, Jun 11, 2010 at 12:44:26PM -0400, Justin C. Sherrill wrote: > On Fri, June 11, 2010 2:36 am, Francois Tigeot wrote: > > > Yeah, I don't believe Postgres is to blame either. > > During the pkgsrc build, many make instances were also dying with signal > >

Re: DragonFly 64-bit stability

2010-06-18 Thread Francois Tigeot
On Wed, Jun 09, 2010 at 10:52:44AM +0200, Francois Tigeot wrote: > I'm thinking of upgrading one server from 2GB to 6GB of memory. > > Since the regular DragonFly/i386 version will not be able to fully use it, I'm > also considering upgrading the OS to Dragonfly/x86-64. >

pkgsrc patches for www/seamonkey

2010-07-07 Thread Francois Tigeot
Hi, The attached patches fix the build problems of www/seamonkey. The resulting binary works fine on DragonFly/i386 I'll send them to the maintainer (tnn@) as soon as I have build a 64-bit binary. -- Francois Tigeot --- directory/c-sdk/ldap/libraries/libldap/Makefile.in.orig 2008-

Re: How to start CUPS?

2010-09-09 Thread Francois Tigeot
ing else, or copy them over, but > its likely a future upgrade will some time replace them again You can add a line NO_LPR= true in /etc/make.conf and the system will stop building and installing lpr related commands during each make build / installworld. -- Francois Tigeot

Re: Why did you choose DragonFly?

2010-09-23 Thread Francois Tigeot
community is also a big plus imho. I have not had to refrain from reporting bugs for fear of beeing chastised and most of them are fixed rapidly. I really can see constant progress. So far so good :) -- Francois Tigeot

Re: chlamydia inconsistency?

2010-09-24 Thread Francois Tigeot
S.UTF-8; hopefully this should make the crashes stop. Alternatively, you could try the patches in this bug report: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=43879 Hopefully it will soon be integrated in pkgsrc. -- Francois Tigeot

Re: chlamydia inconsistency?

2010-09-25 Thread Francois Tigeot
On Sat, Sep 25, 2010 at 02:10:48PM +0200, Przemysław Pawełczyk wrote: > Francois Tigeot Actually, it's "François" with a cedilla on the C but I drop it for mail to keep everything ascii compliant. > I beg your pardon for changing your name to "Francis", I do

Re: chlamydia inconsistency? part II.

2010-09-25 Thread Francois Tigeot
/pp.blast.pl/www.png/dfbsd/df_06.png -> mc compilation > http://pp.blast.pl/www.png/dfbsd/df_07.png -> kbdmap > http://pp.blast.pl/www.png/dfbsd/df_08.png -> kbdmap > http://pp.blast.pl/www.png/dfbsd/df_09.png -> kbdmap > http://pp.blast.pl/www.png/dfbsd/df_10.png -&g

Re: example of dfbsd deployment or product that based on dfbsd

2010-09-28 Thread Francois Tigeot
sure that really is "mission critical" tough; we can afford some downtime. -- Francois Tigeot

Re: Qemu on amd64 does not boot installation CDs

2010-10-07 Thread Francois Tigeot
c devel/gettext-lib. There's a patch to fix it in my bug report: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=43879 Apart from the gettexti-lib related crashes, 2.6/x86-64 does not have these issues. -- Francois Tigeot

Re: Qemu on amd64 does not boot installation CDs

2010-10-07 Thread Francois Tigeot
tly a few days old; I'l upgrade and see if this still happens. The strange thing is, the same dosbox binary ran without trouble a few hours ago... -- Francois Tigeot

Re: Qemu on amd64 does not boot installation CDs

2010-10-08 Thread Francois Tigeot
everything: kernel, world and pkgsrc apps (now using -head). Dosbox doesn't crash anymore and most of the strange little issues have disappeared as well. -- Francois Tigeot

Re: KDE 3 and 4 in recent pkgsrc

2010-10-10 Thread Francois Tigeot
complete though. -- Francois Tigeot

Re: Intel CPU question

2010-10-11 Thread Francois Tigeot
ons would also be greatly appreciated. AMD is a safer bet, there's too much complexity on the Intel side nowadays. This Gigabyte board is a good choice; you should try to get an AMD880 chipset based board, everything just works including Xorg. -- Francois Tigeot

Re: Wget Coredumps

2010-10-12 Thread Francois Tigeot
, it truncates some pointers to 32-bit on DragonFly/x86-64 if you use non-default locales. More details (and the fix) can be found in this PR: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=43879 This is starting to become a FAQ. Any idea how to get the patches in this problem report committed to pkgsrc ? -- Francois Tigeot

pkgsrc dfly-pkg-people

2010-10-17 Thread Francois Tigeot
... -- Francois Tigeot

Re: pkgsrc dfly-pkg-people

2010-10-17 Thread Francois Tigeot
On Sun, Oct 17, 2010 at 10:23:18PM +0300, Hasso Tepper wrote: > On 17.10.10 18:15, Francois Tigeot wrote: > > The responsible field has been changed to dfly-pkg-people. > > It's a standard procedure and makes sense of course. Unfortunately no > people behind dfly-pkg-p

Re: 2.8 release schedule - tentitively Wednesday 27 October.

2010-10-23 Thread Francois Tigeot
.) Fixes for the devel/gettext-lib bug were just committed to pkgsrc. If you could also rebuild this package from pkgsrc -head, this would definitely help 64-bit users. -- Francois Tigeot

Native jdk15 build

2010-11-14 Thread Francois Tigeot
etup a web page... -- Francois Tigeot

Re: Native jdk15 build

2010-11-27 Thread Francois Tigeot
On Mon, Nov 15, 2010 at 08:23:57AM -0700, Tim Darby wrote: > Thanks, I'd like to try this. > > On Sun, Nov 14, 2010 at 9:10 AM, Francois Tigeot wrote: > > > I have just succeeded in building a native jdk: > > > > $ /usr/pkg/java/jdk-1.5.0/bin/java -version

wip/jdk15 buildable on x86_64

2010-12-05 Thread Francois Tigeot
instantly. YMMV. -- Francois Tigeot

Re: Native jdk15 build

2010-12-07 Thread Francois Tigeot
On Sat, Nov 27, 2010 at 04:19:06PM +0100, Francois Tigeot wrote: > > I have been given access to pkgsrc-wip and will integrate my changes there > piece by piece : > > http://pkgsrc-wip.cvs.sourceforge.net/viewvc/pkgsrc-wip/wip/jdk15/ With the latest changes, the jdk 1.5 can now b

wip/jdk15 status

2010-12-17 Thread Francois Tigeot
For information, I have found the causes of the crashes of lang/kaffe on i386. There's a fix, and I have reported it in pkg/44249: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=44249 With this, wip/jdk15 can now be built on all recent DragonFly systems. -- Francois Tigeot

Re: Compiling with gcc -march ix86

2010-12-26 Thread Francois Tigeot
". Is their a workaround for > that, that would allow me to compile without hacking the autotools scripts? Why don't you try asterisk18 from pkgsrc -head ? It builds fine out-of the box on DragonFly/i386. -- Francois Tigeot

Re: Info on clustering and HAMMER

2010-12-30 Thread Francois Tigeot
transactions. This stuff beats periodic backup schemes hands-down. -- Francois Tigeot

Re: Comments on pkgsrc and DragonFly

2011-01-07 Thread Francois Tigeot
es, the original code is really weird/non-portable and can be safely replaced by an equivalent construct which works equally well on all known operating systems. This is no official position, simply my experience so far. -- Francois Tigeot

Re: Comments on pkgsrc and DragonFly

2011-01-08 Thread Francois Tigeot
vers. That's > how I'm using dfly. FUD. All my desktop systems have been running on FreeBSD or DragonFly for more than 10 years. Sometimes the lack of a good Microsoft Word alternative is a bit painful, but with LibreOffice now unleashed, there's a good chance this matter will be resolved relatively quickly. -- Francois Tigeot

Re: Comments on pkgsrc and DragonFly

2011-01-08 Thread Francois Tigeot
er. Your original sentence "BSD forks can only be used seriously as strong servers" is simply false. -- Francois Tigeot

Re: Comments on pkgsrc and DragonFly

2011-01-12 Thread Francois Tigeot
On Wed, Jan 12, 2011 at 08:19:47PM +0530, Siju George wrote: > > It would be great if there can be a porter's handbook. i would atleast > like to make a try porting some stuff The pkgsrc developper's guide is your friend: http://www.netbsd.org/docs/pkgsrc/developers-guide

Re: missing crypto files

2011-01-25 Thread Francois Tigeot
it mirroring stuff is not up-to-date, you can still get the quaterly tarball directly from the source: http://ftp.netbsd.org/pub/pkgsrc/pkgsrc-2010Q4/pkgsrc-2010Q4.tar.bz2 -- Francois Tigeot

Re: Dragonfly network changes

2011-02-17 Thread Francois Tigeot
Do they offer IPv6 ? The global IPv4 pool is now gone and APNIC, RIPE and ARIN pools will almost certainly be depleted in a few months too. Some people are deploying IPv6-only networks right now, and without IPv6 connectivity I'm afraid access to DragonFly resources could become troublesome in the future. -- Francois Tigeot

Re: Dragonfly network changes

2011-02-18 Thread Francois Tigeot
On Fri, Feb 18, 2011 at 02:29:05AM -0600, Chris Turner wrote: > On 02/18/11 00:53, Francois Tigeot wrote: > >Do they offer IPv6 ? > man gif(4) > > MUHUAHAHAHAA I don't know about the US, but I've add native v6 connectivity for about 8 years (forgot exactly when),

Re: who use dragonflybsd.

2011-03-07 Thread Francois Tigeot
On Mon, Mar 07, 2011 at 02:18:55PM +0800, kevdmx wrote: > > who use dragonflybsd for product? Not sure about the "for product" part, but you can have a look at this thread from september: http://leaf.dragonflybsd.org/mailarchive/users/2010-09/index.html#00018 -- Francois Tigeot

Re: OpenOffice

2011-03-09 Thread Francois Tigeot
C++ support. Your best for the moment is to try misc/openoffice3-bin if you're on i386. [*] Among the remaining issues, LibreOffice cannot save .odt and .ods files. -- Francois Tigeot

Re: Dragonfly network changes - U-Verse almost a complete failure

2011-03-17 Thread Francois Tigeot
about IP networks. Maybe > in another year or two they will fix their stuff. Or not. It seems they're busy breaking it more instead: http://arstechnica.com/tech-policy/news/2011/03/is-atts-new-150gb-dsl-data-cap-justified.ars You now have a 250 GB data cap per month... -- Francois Tigeot

Re: Fwd: pkgbox32 pkgsrc 2011Q1 DragonFly 2.10.0/i386 2011-04-20 02:49

2011-04-20 Thread Francois Tigeot
On Wed, Apr 20, 2011 at 10:59:15PM -0400, Justin Sherrill wrote: > DragonFly 2.10, i386, pkgsrc-2011Q1. I think there's a fix for > rpm2pkg that is newer than the version of 2011Q1 I used. That's right, a fix has been committed on April 16. -- Francois Tigeot

Re: 2.10 Release schedule - Release will be April 23rd 2011

2011-04-20 Thread Francois Tigeot
8 IST 2010 I don't think hammer deduplication was operational back then. Why not update to todays version of the 2.10 branch ? -- Francois Tigeot

Re: Hardware.

2011-04-22 Thread Francois Tigeot
Atom CPU is not very fast for compilation, so you may want to with this combo instead: X7SBL-LN2 + Core 2 Duo http://www.supermicro.com/products/motherboard/Xeon3000/3200/X7SBL-LN2.cfm I use both models in small servers, they're great. -- Francois Tigeot

Re: Fwd: pkgbox64 pkgsrc 2011Q1 DragonFly 2.10.0/x86_64 2011-04-12 03:54

2011-04-24 Thread Francois Tigeot
ry-pr-single.pl?number=44846 I don't think they have been committed yet. -- Francois Tigeot

Tests of RAID adapters

2011-04-25 Thread Francois Tigeot
are are the two best choices of the moment, my first choice beeing Areca. -- Francois Tigeot

Re: Tests of RAID adapters

2011-04-27 Thread Francois Tigeot
On Mon, Apr 25, 2011 at 07:38:57PM +0200, Sascha Wildner wrote: > On 4/25/2011 9:12, Francois Tigeot wrote: > >LSI SAS 3081E-R > >--- > > > >The RAID1 volume created in the BIOS of the card was visible but there were > >some timeout error messages

Re: Tests of RAID adapters

2011-04-27 Thread Francois Tigeot
On Wed, Apr 27, 2011 at 02:18:49PM +0200, Francois Tigeot wrote: > On Mon, Apr 25, 2011 at 07:38:57PM +0200, Sascha Wildner wrote: > > On 4/25/2011 9:12, Francois Tigeot wrote: > > >LSI SAS 3081E-R > > >--- [...] > > I've put an update for mpt(4)

Re: pkgsrc reports

2011-05-11 Thread Francois Tigeot
> > I'd appreciate it if someone could give it a shot, it should be fairly > straight forward. I've opened a PR with patch a month ago: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=44846 It has been assigned to dfly-pkg-people@ and never been committed afaik. -- Francois Tigeot

  1   2   >