Cannot mount / when booting from disk

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

Re: Compaq Evo boot problem

2006-07-30 Thread Francois Tigeot
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
. 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
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
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 modem, and so is unable to route packets 1492

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 hours with these error messages

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. This happens due to missing parts

Re: Native jdk doesn't build

2007-02-13 Thread Francois Tigeot
me for a while. -- Francois Tigeot

Re: Native jdk doesn't build

2007-02-13 Thread Francois Tigeot
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
this. -- Francois Tigeot

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 = failure The error was also the same in all cases: Error: failed /usr

Re: KDE and OpenSSL = Broken

2007-02-22 Thread Francois Tigeot
$ ./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
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-22 Thread Francois Tigeot
. 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 supported by device pf_query: query_ifaces

Re: moused + modular xorg 'sticking' ?

2007-11-07 Thread Francois Tigeot
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

USB scanner unrecognized on 1.11-DEVELOPMENT

2008-01-15 Thread Francois Tigeot
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 which worked fine with 1.10.1 is now unrecognized

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 - nothing - patched - nothing Note

Re: Java 2 status

2008-04-29 Thread Francois Tigeot
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=articlesid=20080321023803 -- Francois Tigeot

Instant crash with Linux OpenOffice

2009-06-02 Thread Francois Tigeot
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
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
(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
-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
. Is there 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, will commit in the morning. That's great

Re: OpenOffice

2010-01-21 Thread Francois Tigeot
is the linux binary in misc/openoffice3-bin. And then it manages to crash if you use a hammer filesystem... There are some workarounds in this thread: http://www.mail-archive.com/users@crater.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
/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
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.lqx.net/index.php/2009

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 ftig...@wolfpond.orgwrote: 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

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 ftig...@wolfpond.orgwrote: On Mon, Feb 01, 2010 at 12:02:38PM +0100, Francois Tigeot wrote: I'm curious

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 on the LSI 1078 chipset At least 6 different cards

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 ftig...@wolfpond.org The MegaRAID SAS ELP is still not recognized. So it seems DragonFly doesn't support any recent hardware RAID controller. The Adaptec RAID (aac) controllers seems

Monitoring CPU time

2010-04-04 Thread Francois Tigeot
, 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, system, etc... time from a shell

Re: Monitoring CPU time

2010-04-05 Thread Francois Tigeot
-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 think I will need to write a C program for that. top(1

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

2010-04-20 Thread Francois Tigeot
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
monthly 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 ftig...@wolfpond.org wrote: I think sysutils/rsnapshot does what you want. It uses hard links to simulate snapshots on classic filesystems and manages different ranges

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 pkgsrc guys ? My main concern is that I do

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

2010-06-06 Thread Francois Tigeot
. -- Francois Tigeot

DragonFly 64-bit stability

2010-06-09 Thread Francois Tigeot
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 enough to be used in a server

Re: DragonFly 64-bit stability

2010-06-11 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 jus...@shiningsilence.com wrote: On Thu, June 10, 2010 4:32 pm, Francois Tigeot wrote: Installing applications from pkgsrc went well. Unfortunately, running Postgres

Re: DragonFly 64-bit stability

2010-06-11 Thread Francois Tigeot
/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 11. I don't see signal 11 errors on any

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 11. Every time I have tested the amd64

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. The machine is mainly

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-12-24

Re: How to start CUPS?

2010-09-09 Thread Francois Tigeot
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
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-25 Thread Francois Tigeot
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 not know how it was possible. Probably I

Re: chlamydia inconsistency? part II.

2010-09-25 Thread Francois Tigeot
://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 - kbdmap It seems to me that Francois Tigeot http://leaf.dragonflybsd.org/mailarchive/users/2010-09/msg00125

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

2010-09-28 Thread Francois Tigeot
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
. 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
. 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
). 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
. -- Francois Tigeot

Re: Intel CPU question

2010-10-12 Thread Francois Tigeot
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
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-people (including me) is active

Re: 2.8 release schedule - tentitively Wednesday 27 October.

2010-10-23 Thread Francois Tigeot
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

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 ftig...@wolfpond.orgwrote: I have just succeeded in building a native jdk: $ /usr/pkg/java/jdk-1.5.0/bin/java -version java version 1.5.0_16-p9

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
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
schemes hands-down. -- Francois Tigeot

Re: Comments on pkgsrc and DragonFly

2011-01-07 Thread Francois Tigeot
, simply my experience so far. -- Francois Tigeot

Re: Comments on pkgsrc and DragonFly

2011-01-08 Thread Francois Tigeot
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-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.html -- Francois Tigeot

Re: Dragonfly network changes

2011-02-17 Thread Francois Tigeot
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), so there's really no excuse these days

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: Dragonfly network changes - U-Verse almost a complete failure

2011-03-17 Thread Francois Tigeot
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-21 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-21 Thread Francois Tigeot
hammer deduplication was operational back then. Why not update to todays version of the 2.10 branch ? -- Francois Tigeot

Re: Hardware.

2011-04-23 Thread Francois Tigeot
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
=44846 I don't think they have been committed yet. -- Francois Tigeot

Tests of RAID adapters

2011-04-25 Thread Francois Tigeot
to work reliably before DragonFly was even booted, I cannot seriously consider to purchase products of this brand. If you want a RAID adapter to use with DragonFly, Areca and 3Ware 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 from the start: I couldn't install DragonFly

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) here: http://leaf.dragonflybsd.org/~swildner

Re: pkgsrc reports

2011-05-11 Thread Francois Tigeot
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

LibreOffice package created

2011-05-19 Thread Francois Tigeot
-wip.sourceforge.net/ -- Francois Tigeot

Re: LibreOffice package created

2011-05-19 Thread Francois Tigeot
On Thu, May 19, 2011 at 08:40:49AM -0400, Pierre Abbat wrote: On Thursday 19 May 2011 02:56:16 Francois Tigeot wrote: 1: pkgsrc-wip is a repository for work in progress packages. The instructions to install it on your machine are here: http://pkgsrc-wip.sourceforge.net/ I tried to check

Re: LibreOffice package created

2011-05-19 Thread Francois Tigeot
On Thu, May 19, 2011 at 09:49:22AM -0400, Pierre Abbat wrote: On Thursday 19 May 2011 09:10:51 Francois Tigeot wrote: On Thu, May 19, 2011 at 08:40:49AM -0400, Pierre Abbat wrote: On Thursday 19 May 2011 02:56:16 Francois Tigeot wrote: http://pkgsrc-wip.sourceforge.net/ I tried

Re: LibreOffice package created

2011-05-24 Thread Francois Tigeot
On Tue, May 24, 2011 at 06:30:57AM -0400, Pierre Abbat wrote: The anonymous checkout succeeded. Why is it weird that I did an anonymous checkout? The weird thing is that it failed, not that it was anonymous. Some time-limited connectivity error perhaps ? -- Francois Tigeot

Re: LibreOffice package created

2011-05-24 Thread Francois Tigeot
On Tue, May 24, 2011 at 08:43:41AM -0400, Pierre Abbat wrote: On Tuesday 24 May 2011 07:55:48 Francois Tigeot wrote: On Tue, May 24, 2011 at 06:30:57AM -0400, Pierre Abbat wrote: The anonymous checkout succeeded. Why is it weird that I did an anonymous checkout? The weird thing

Re: ad8: FAILURE - READ_DMA48 status=51READY,DSC,ERROR error=10NID_NOT_FOUND LBA=809594688

2011-05-29 Thread Francois Tigeot
be worth it to change it. You may also want to reduce DMA speed as a workaround (you should be able to do it from the BIOS). -- Francois Tigeot

Re: DragonflyBSD on Areca w/ HAMMER

2011-05-31 Thread Francois Tigeot
to expand a HAMMER volume yet. Best, -- Francois Tigeot

Re: ad8: FAILURE - READ_DMA48 status=51READY,DSC,ERROR error=10NID_NOT_FOUND LBA=809594688

2011-05-31 Thread Francois Tigeot
On Mon, May 30, 2011 at 10:54:26AM +0530, Siju George wrote: On Sun, May 29, 2011 at 12:54 PM, Francois Tigeot ftig...@wolfpond.org wrote: Thanks a lot Francois for the reply :-) You're welcome. This error appears only some times. I refitted the cables of all hard disks once again

Re: SATA drive problem

2011-06-29 Thread Francois Tigeot
every time trying to access the same files. A drive has not to be old to fail; failure during the first weeks of activity is relatively common. It may have been badly packaged or handled during transport or may have been badly manufactured ... -- Francois Tigeot

Java 1.6 now working on DragonFly

2011-07-22 Thread Francois Tigeot
of Java to be built. This ultimately fails down to lang/kaffe, which has a known issue with gcc-4.4. Building it with this version of gcc will result in a broken package There is no problem with gcc-4.1, so setting CCVER=gcc41 to build Kaffe should be enough to get things started. -- Francois

Running OpenGrok on DragonFly

2011-07-23 Thread Francois Tigeot
of the code which are not yet indexed. 8. Point your web browser to http://the.opengrok.machine.address:8080/source That's all folks! -- Francois Tigeot

  1   2   >