Re: tgamma function in math library

2010-01-01 Thread Simon 'corecode' Schubert
Karthik Subramanian wrote: Perhaps you could write a wrapper called gamma() that does something like this: = structutsname *ub; /* malloc, etc. */ if(uname(ub)) { die(); } if (strcmp(ub-sysname, Linux) { tgamma(); } else { gamma(); } That's wont work - you can't call the

Re: libthr and libgcc_s

2009-11-17 Thread Simon 'corecode' Schubert
Pierre Abbat wrote: I'd like to run Seventeen or Bust on my laptop. I downloaded the FreeBSD version and tried to run it. I need libthr and libgcc_s (preferably versions 3 and 1). What packages are these in? We don't have them. You won't be able to run FreeBSD-5+ binaries. cheers simon

Re: vkernel installation problem

2009-11-17 Thread Simon 'corecode' Schubert
Siju George wrote: Hi, I was following the instructions http://www.dragonflybsd.org/docs/user/vKernelSetup/ and I got the following error. dfly-bkpsrv# cd /etc/ cd /usr/src/etc dfly-bkpsrv# make distribution DESTDIR=/Backup1/Data/mnt make: don't know how to make distribution. Stop

Re: [Fwd: avalon pkgsrc DragonFly 2.5.1/i386 2009-11-05 02:34]

2009-11-15 Thread Simon 'corecode' Schubert
jus...@shiningsilence.com wrote: Another pkgsrc 2009Q3 build for i386 completed - build reports for anyone who wants to fix packages are at: http://avalon.dragonflybsd.org/reports//20091105.0234/ I could use a system for 2.4.x builds - anyone have a machine with root access and OK upstream

Re: Makefile upgrade: target for x86_64

2009-11-07 Thread Simon 'corecode' Schubert
YONETANI Tomokazu wrote: On Fri, Nov 06, 2009 at 09:56:44PM +0530, Saifi Khan wrote: On Sat, 7 Nov 2009, YONETANI Tomokazu wrote: On Fri, Nov 06, 2009 at 08:06:56PM +0530, Saifi Khan wrote: Running the Makefile in debug mode, shows that the following variables are still set to amd64

Re: remote branches

2009-11-04 Thread Simon 'corecode' Schubert
Saifi Khan wrote: Subsequent to a fresh DragonFly BSD 2.4.1 installation on AMD64 X2 box, i did the following steps to pull in the source code as i did not want to use the Makefile. # cd /usr # mkdir src # cd src # git init # git remote add origin git://git.dragonflybsd.org/dragonfly.git # git

Re: make, bmake and gmake

2009-10-27 Thread Simon 'corecode' Schubert
Saifi Khan wrote: Would you like to suggest a link, from where i can download the script ? Sorry, the whole thing was quite messy and I didn't find the time yet to change it. Maybe you can make sense of these: to do the runs and get the data: for nice in 0; do for run in $(seq 1 5); do for

Re: DragonFly ppl (+ Apartment) at CCC Congress 2009

2009-10-22 Thread Simon 'corecode' Schubert
Sascha Wildner wrote: Matthias Schmidt schrieb: Hi, as you might know a lot of DragonFly users and developers meet annually at the Chaos Computer Club (CCC) Congress [1]. The Congress is in Berlin, Germany starting form Dec, 27 to Dec, 30. This year we might want to rent an apartment for all

Re: make, bmake and gmake

2009-10-21 Thread Simon 'corecode' Schubert
Saifi Khan wrote: Is there a difference between 'make' and 'bmake' on DragonFly BSD 2.4.1 ? make is our make utility which belongs to our base. It's the very same make utility that is used to build world and kernel or to checkout the git src repository when you type 'make src-checkout' inside

Re: [Fwd: pkgbox64 pkgsrc DragonFly 2.5.1/x86_64 2009-10-16 21:12]

2009-10-21 Thread Simon 'corecode' Schubert
Justin C. Sherrill wrote: These should work for all amd64 versions, via pkgin or pkg_radd or manual download. The report didn't upload because of a permissions problem, which I've fixed and the next run (already started) should have an up-to-date report to accompany it. Do you think you can

Re: how to apply patches on a system that doesnot have functional network device ?

2009-10-21 Thread Simon 'corecode' Schubert
Saifi Khan wrote: Hi: Here is a situation that i'm facing on a Compaq C301TU laptop. The NIC card (Realtek) does not work due to driver issue. The WLAN card (Broadcom) does not work due to driver issue. Currently, i review the possible patch visually on an identical laptop (running

Re: [Fwd: pkgbox64 pkgsrc DragonFly 2.5.1/x86_64 2009-10-16 21:12]

2009-10-21 Thread Simon 'corecode' Schubert
Justin C. Sherrill wrote: On Wed, October 21, 2009 12:36 pm, Simon 'corecode' Schubert wrote: Justin C. Sherrill wrote: These should work for all amd64 versions, via pkgin or pkg_radd or manual download. The report didn't upload because of a permissions problem, which I've fixed and the next

Re: [Fwd: pkgbox64 pkgsrc DragonFly 2.5.1/x86_64 2009-10-21 14:07]

2009-10-21 Thread Simon 'corecode' Schubert
Justin C. Sherrill wrote: lang/ruby18-base 269 t...@netbsd.org Ruby breaks because it installs files into lib/ruby/1.8/x86_64-dragonfly/, whereas pkgsrc expects them to be in lib/ruby/1.8/amd64-dragonfly/. This is because configure automatically converts amd64 to

Re: http://www.dragonflybsd.org/ is hacked??

2009-10-19 Thread Simon 'corecode' Schubert
Saifi Khan wrote: On Mon, 19 Oct 2009, lhmwzy wrote: http://www.dragonflybsd.org/ DragonFly BSD Thanks for the notice! No i don't think so ! if i understand correctly (iiuc) then it's a wiki and somebody may have spammed the front page. In the IRC log, it appears that corecode|polachok

Re: http://www.dragonflybsd.org/ is hacked??

2009-10-19 Thread Simon 'corecode' Schubert
Saifi Khan wrote: In most cases the wiki software does not need to run as root. It is not running as root. You mention the possibility of an exploit, the stuff documented at http://ikiwiki.info/security/ talks about a 'pending git backend audit'. Seems polachok raced me with restoring the

Re: Comparison of PgSQL Performance on HAMMER and UFS

2009-10-14 Thread Simon 'corecode' Schubert
jan.lent...@web.de wrote: those following IRC might know what this is about. For the rest: I did some performance testing of PostgreSQL on DF with HAMMER and UFS and the attached document is the (preliminary) result of that. Any comments/proposals are welcome. Especially if someone could comment

Re: xulrunner ?

2009-10-13 Thread Simon 'corecode' Schubert
Agnelo wrote: Agnelo wrote: Doesn't work at all. Is there a way to compile it ? I read it was a threads issue, tried to remove --with-pthreads before recompiling, didn't help. DragonFly 2.4.1 i386 - 2009Q3 (same with 2009Q2 updated) I've committed a fix to 2.5.1 to check. It seems that

Re: addressing data on Very large disks

2009-10-08 Thread Simon 'corecode' Schubert
Siju George wrote: How are data blocks on a very large disk addressed in hammer. I guess double-indirect blocks wont be sufficient? There is no indirect blocks, everything is address via extents. cheers simon

Re: Which graphics card for dual display?

2009-10-02 Thread Simon 'corecode' Schubert
elekktrett...@exemail.com.au wrote: Ok, but does the nvidia driver work with devfs? petr you asked this before. yes. -- 3 the future +++ RENT this banner advert +++ ASCII Ribbon /\ rock the past +++ space for low CHF NOW!1 +++ Campaign \ / Party Enjoy Relax |

Re: Which graphics card for dual display?

2009-10-02 Thread Simon 'corecode' Schubert
elekktrett...@exemail.com.au wrote: Is the current git repo still at: git://ww2.fs.ei.tum.de/~corecode/nvidia.git I looked at the doco and it still says to create static devs for nvidia. No, I will remove that. The correct repo is at http://gitweb.dragonflybsd.org/~corecode/nvidia.git or

Re: DragonFly 2.4.1 Released!

2009-10-01 Thread Simon 'corecode' Schubert
Erik Wikström wrote: Of course this is more or less what you are already doing, except for a change of names, X.Y.0 - X.Y.0 RC, X.Y.1 - X.Y.0. The only difference is that it will make casual users more aware of the fact that some problems are to be expected. I completely agree. -- 3 the

Re: Update to the state of the pkgsrc

2009-09-29 Thread Simon 'corecode' Schubert
Hasso Tepper wrote: - Official (signed?) regular pbulk builds. The current situation really isn't acceptable. I'd never use packages from random source updated randomly (no security updates). Really. - Public logs from all pbulk builds. The logs are there for reason. I don't see any in

Re: mv: rename insn-attrtab.c.tmp to insn-attrtab.c: Socket is not connected

2009-09-24 Thread Simon 'corecode' Schubert
Siju George wrote: Hi, On my second disk I get the following error while compiling /usr/src --- sh /usr/src/gnu/usr.bin/cc44/cc_tools/tools/..//../../../../contrib/gcc-4.4/move -if-change insn-attrtab.c.tmp

Re: 'struct function' has no member named 'va_list_fpr_size'

2009-09-24 Thread Simon 'corecode' Schubert
Siju George wrote: Can you post the command line that triggered the error? Also, do you use some special CFLAGS in make.conf? The command line of the compiler invocation, i.e. the command that make printed before the errors. I believe that this is some sort of pilot error. -- 3 the

Re: 2.0 packages being removed from avalon

2009-09-23 Thread Simon 'corecode' Schubert
Vincent Stemen wrote: On Tue, 22 Sep 2009 09:05:40 -0400 (EDT), Justin C. Sherrill wrote: Since 2.4 is out, and we'll have binary pkgsrc packages for it soon, the 2.0 packages are due to be removed. If this will cause you trouble, please speak up. The plan is to keep packages for the current

Re: 2.0 packages being removed from avalon

2009-09-22 Thread Simon 'corecode' Schubert
Jordan Gordeev wrote: Justin C. Sherrill wrote: Since 2.4 is out, and we'll have binary pkgsrc packages for it soon, the 2.0 packages are due to be removed. If this will cause you trouble, please speak up. The plan is to keep packages for the current release (2.4) and the previous release

Re: Which graphics card for dual display?

2009-09-22 Thread Simon 'corecode' Schubert
elekktrett...@exemail.com.au wrote: Im going to be setting up a new workstation with 2x 19inch LCD displays using DVI. Which graphics card should I get that would work well in DF, any ideas? nvidia, the binary driver works quite well. I do have problems when using more than 2GB of RAM

Re: Which graphics card for dual display?

2009-09-22 Thread Simon 'corecode' Schubert
elekktrett...@exemail.com.au wrote: Is the nvidia wrapper up to date with the devfs work? It is not a wrapper, it is a port. Works on my office PC (some Nvidia quadro in there). cheers simon -- 3 the future +++ RENT this banner advert +++ ASCII Ribbon /\ rock the past +++

Re: pkgsrc in git?

2009-09-12 Thread Simon 'corecode' Schubert
McLone wrote: I second on maintaining git mirror of pkgsrc, but i don't know the amount of work (and traffic) involved. I'll ponder it; then, if time/resources permit, i will mirror pkgsrc and pkgsrc-wip here in Ukraine, at least in cvs (tired of downtime, that is) I'd suggest creating one git

Re: Various laptop questions

2009-09-11 Thread Simon 'corecode' Schubert
Justin C. Sherrill wrote: We used bittorrent on previous releases; I don't think there's any active right now, but it certainly can't hurt. It turned out that there are enough mirrors to sustain the ISO downloads without problems - so serving torrents is just more complexity. Also there are

Re: git: libiconv: we can now link mount_cd9660 and mount_msdos statically.

2009-09-06 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: Excellent! I'm glad a solution was found that did not involve making /bin and /sbin dynamic. Yep, thanks to Alexander for putting that much effort in it! cheers simon

Re: Fedora developer interested in DMA; query about build process

2009-09-03 Thread Simon 'corecode' Schubert
Michel Alexandre Salim wrote: On Tue, Sep 1, 2009 at 11:42 PM, Matthew Dillondil...@apollo.backplane.com wrote: I like the concept of throwing together an export hierarchy, but it might be too much maintainance to physically separate the git components out within the primary repo.

Re: Fedora developer interested in DMA; query about build process

2009-09-02 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: I like the concept of throwing together an export hierarchy, but it might be too much maintainance to physically separate the git components out within the primary repo. I agree. Can we create a secondary repo that extracts just the bits of the

Re: Fedora developer interested in DMA; query about build process

2009-09-02 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: Well, not tarballs. The idea is to keep it in git so third parties can track and merge it trivially. The problem with creating another repo is that *we* can't merge trivially from it. I think tarballs are the best option. cheers simon

Re: Fedora developer interested in DMA; query about build process

2009-09-01 Thread Simon 'corecode' Schubert
Michel Alexandre Salim wrote: I saw DMA mentioned recently at the DfBSD Digest, and it just so happened that there was a recent discussion in fedora-devel about removing sendmail from the base install. An overriding concern was that it would break reporting by tools like cron, even though most

Re: how should I build a pam_krb5 module?

2009-09-01 Thread Simon 'corecode' Schubert
Ed Berger wrote: I wanted to enable kerberos login in dragonfly-development, since kerberos is used at my work place, so I uncommented the krb5 related lines in the /etc/pam.d config files and found out the hard way that the pam_krb5.so module was missing... Yes, I noticed that as well. The

Re: Question about FSHammer getting full

2009-08-27 Thread Simon 'corecode' Schubert
Sdävtaker wrote: Hi, I got a hammer FS running 59 days (today was 60, recopy is scheduled every 30, maybe a coincidence, maybe not) The thing is the Hd got full today, i destroyed some old PFSs to make some space (6GBS) and 5 minutes after it was full again, im guessing something is filling it

Re: DragonflyBSD partition ID ?

2009-08-27 Thread Simon 'corecode' Schubert
Saifi Khan wrote: Hi: Does anybody know what is the partition ID to be specified for DragonflyBSD ? i've been using the entire disk for DragonflyBSD and this just stumped me as i tried to help another friend setup DragonflyBSD on a 40GB partition. The Linux fdisk does not seem to any entry

Re: A better way to upgrade packages

2009-08-27 Thread Simon 'corecode' Schubert
Siju George wrote: HI, Can somebody update http://www.dragonflybsd.org/docs/handbook/handbook-pkgsrc-sourcetree-using/ to show that they can replace package one by one using http://pkgsrc.se/pkgtools/pkg_rolling-replace The problem with # pkg_chk -g # make initial list of installed

Re: gcc mm_malloc.h

2009-08-27 Thread Simon 'corecode' Schubert
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. cheers simon -- 3 the future +++ RENT this banner advert +++ ASCII Ribbon /\ rock

Re: amd64 - invitation to test

2009-08-18 Thread Simon 'corecode' Schubert
Jordan Gordeev wrote: Now, that GSoC is over, I have some spare time to say thanks. I'd like to thank all the people who have tested the amd64 port, namely Matthew Dillon and Antonio Huete Jimenez. Thanks for all the bugs you've found and fixed. Thanks to you for your great work! If every

Re: Updated to latest master and have a problem

2009-08-16 Thread Simon 'corecode' Schubert
elekktrett...@exemail.com.au wrote: Futher updates. I have found this is a problem with the nvidia-driver wrapper. Simon: Is this something you have to update in the wrapper or can I do it on my own? Xorg is complaining that /dev/nvidiactl is missing and it failed to load the nvidia driver.

Re: Hitting Inode Limits

2009-08-14 Thread Simon 'corecode' Schubert
Siju George wrote: Should I have increased the no. of inodes during the hammerfs or pfs creation? Or does hammer handle inodes differrently that FFS? hammer does not have an inode limit. as long as there is storage space, you can create more files. also, you won't have to use hardlinks

Re: Lost all Data

2009-08-11 Thread Simon 'corecode' Schubert
Siju George wrote: Hi, I dont Know when this actually happened today or yesterday. After the Update I found that the pfss on my Master and Slave mirror are completely missing. I cannot point out to anything except upgrade because nothing happens on the system except upgrade that is of

Re: Lost all Data

2009-08-11 Thread Simon 'corecode' Schubert
Siju George wrote: h: 955801585 20971520unused# 466699.993MB ^^ this is flagged unused. change it to read HAMMER. do that by running disklabel -e h: 955801585 20971520unused# 466699.993MB same here. cheers simon

Re: Lost all Data

2009-08-11 Thread Simon 'corecode' Schubert
Siju George wrote: On Tue, Aug 11, 2009 at 8:03 PM, Simon 'corecode' Schubertcorec...@fs.ei.tum.de wrote: Siju George wrote: h: 955801585 20971520unused# 466699.993MB ^^ this is flagged unused. change it to read HAMMER. do that by running disklabel -e h: 955801585

Re: Lost all Data

2009-08-11 Thread Simon 'corecode' Schubert
Siju George wrote: On Tue, Aug 11, 2009 at 8:14 PM, Simon 'corecode' Schubertcorec...@fs.ei.tum.de wrote: that's my point. give the slices a proper type in disklabel, then they will appear (devfs). disklabel says line 29: Warning, unknown filesystem type hammer as i wrote before, use

Re: hi can someone make a usb image for me on the latest devel?

2009-08-09 Thread Simon 'corecode' Schubert
daniel wrote: hi can someone make a usb image for me on the latest devel? So i can try if i can boot with that on my eeepc900? i have tried the latest on dragonflybsd, but it doesn't work i just came too a mountroot: so i tried ufs:da0s1a,da1s1a and so on but is not mounting it. so maybe it

Re: mount usb drive

2009-08-04 Thread Simon 'corecode' Schubert
Steve O'Hara-Smith wrote: On Tue, 04 Aug 2009 09:46:23 -0400 Jim Chapman jim.chap...@sympatico.ca wrote: I need to mount a usb flash drive. I am using DragonFly 2.2.2 and a GENERIC kernel. The commands mount -t msdos /dev/da1 /mnt mount -t msdos /dev/da1s1 /mnt mount -t msdos

Re: some questions on new gcc

2009-08-04 Thread Simon 'corecode' Schubert
Ed Berger wrote: I see a newer version of gcc has been committed, but I'm not sure how to use it in place of the older version. After a buildworld/buildkernel/installkernel/installworld process I find gcc --version still says 4.1.2) You will have to set the environment variable CCVER to

Re: Call for testers: acpica-unix-20090521 importing

2009-07-28 Thread Simon 'corecode' Schubert
Sepherosa Ziehau wrote: On Sun, Jul 26, 2009 at 4:22 PM, Simon 'corecode' Schubertcorec...@fs.ei.tum.de wrote: Sepherosa Ziehau wrote: I have merged part of Polakov's acpica-unix-20090521 work: http://gitweb.dragonflybsd.org/~sephe/dragonfly.git/shortlog/refs/heads/acpi (The top most two

Re: Call for testers: acpica-unix-20090521 importing

2009-07-26 Thread Simon 'corecode' Schubert
Sepherosa Ziehau wrote: I have merged part of Polakov's acpica-unix-20090521 work: http://gitweb.dragonflybsd.org/~sephe/dragonfly.git/shortlog/refs/heads/acpi (The top most two commits) Just a git handling issue: acpica should be imported into INTEL_ACPICA, not just committed in the main

Re: Grub boot-loading HAMMER

2009-07-22 Thread Simon 'corecode' Schubert
rektide wrote: After these install procedures, I tried using grub to load the slice. I tried chainloader'ing it, as well as specifying a kernel /boot/loader. The first gave me an Error 13: invalid or unsupported execution format and the second an Error 17: unable to mount partition error. Does

Re: required/suggested devfs userland tool functionality

2009-07-06 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: :2) let the userland tool load a whole set of rules (for each devfs :mount point) into the kernel. In turn the kernel applies the set of :rules every time a device is attached. This has several advantages: :- userland wouldn't have to be asked for every device attach :-

Re: Speed comparison

2009-06-16 Thread Simon 'corecode' Schubert
Justin C. Sherrill wrote: The only differences are that snapshots are still on (though infrequent) on df.12.su and avalon is running that one program eating up CPU. So, either the snapshots are affecting the run a lot more than that CPU-eating program, or there's some other factor I missed.

Re: Instant crash with Linux OpenOffice

2009-06-02 Thread Simon 'corecode' Schubert
Francois Tigeot wrote: I have recently upgraded the root fs to Hammer on one of my machines. Since then, I have been unable to run any version of OpenOffice. I'll add my crashes (HAMMER, 2.3.1): % soffice javaldx: Could not find a Java Runtime Environment! /etc/host.conf: line 4: bad command

Re: pkg_dry on DragonFlyBSD

2009-05-08 Thread Simon 'corecode' Schubert
Johannes Hofmann wrote: Matthew Dillon dil...@apollo.backplane.com wrote: :I'm not sure about kqemu - it's very useful, but since it's a kernel :module, it has a different status. : :However, pkg_dry is a normal software application, and I suspect will :turn into a pkgsrc package quickly. If

Re: [OT] Question about nanosleep

2009-05-03 Thread Simon 'corecode' Schubert
walt wrote: This question began when my gnome desktop on a linux amd64 machine started behaving badly while the same gnome packages on an x86 machine work perfectly. While poking around for clues I noticed that a configure script fails on the amd64 machine but works perfectly on the x86. I'm

Re: DragonFly 2.2.1 released!

2009-04-30 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: :Is there an upgrade path from 2.2.0? :I found a HOWTO page on the website, but that was talking about CVS.. /usr has a Makefile in it that gives you convenient targets for downloading and maintaining a copy of the source. I just realized, though, that the

Re: Fwd: kqemu patch for DragonFly BSD on kqemu1.4.0pre1

2009-04-29 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: :Naoya Sugioka wrote: : I've just sent a mail to gnat at netbsd.org to reach pkgsrc community : if I can include them to their pkgsrc tree now. : :I don't have a good idea how to make a pkgsrc package for kernel module. :Actually I'd prefer it to be imported into base.

Re: lang/gcc34 in the pkgsrc

2009-04-22 Thread Simon 'corecode' Schubert
Hasso Tepper wrote: I hacked a lang/gcc34 to build on DragonFly. My brief tests show that at least C and C++ compilers are working as well. Note, that it's about current master only, it doesn't build on 2.2. good work! The idea is to remove gcc34 from the base after the next release. So

Re: Installing DragonFly

2009-04-15 Thread Simon 'corecode' Schubert
I bet this is the set all bits to one on CHS overflow thing in fdisk. I'd really like to know how we are supposed to handle this (better). Colin, sorry for trashing your computer. I think we are well aware of this issue, but we simply don't know exactly how to deal with it. Could you maybe

Re: Installing DragonFly

2009-04-15 Thread Simon 'corecode' Schubert
boot the computer at all if the disk is plugged in. If I remove uncable the disk, then I can boot from the DragonFly live DVD (or any other live CD/DVD presumably). But then I can't do anything to the disk because it isn't plugged in. 2009/4/15 Simon 'corecode' Schubert corec...@fs.ei.tum.de: I

Re: 1 week until Summer of Code application time

2009-03-05 Thread Simon 'corecode' Schubert
Justin C. Sherrill wrote: On Thu, March 5, 2009 1:36 am, Archimedes Gaviola wrote: Hi Justin, Just want to suggest and share this idea (without mentoring) about virtual routing based on this link here http://www.ipinfusion.com/pdf/VirtualRouting_app-note_3rev0302.pdf. Although I'm not so sure

Re: HAMMER and RAID 5

2009-03-03 Thread Simon 'corecode' Schubert
Mag Gam wrote: I was wondering if HAMMER will ever have network based RAID 5. After researching several file systems it seems HAMMER is probably the closest to achieve this problem and will make HAMMER a pioneer. Any thoughts or ideas? There is a SoC project dealing with local redundancy. I

Re: HAMMER hosed?

2009-02-13 Thread Simon 'corecode' Schubert
Bill Hacker wrote: .or perhaps not.. Have 120 GB HDD sliced for: - FreeBSD - DFLY with hammerfs - OpenBSD - NetBSD FreeBSD installed last. Unfortunately, did not think to do the within-slice partitioning for FreeBSD with DragonFly's modern toolset (..once bitten..) Ergo, though I had

Re: HAMMER hosed?

2009-02-13 Thread Simon 'corecode' Schubert
Bill Hacker wrote: Hi Simon, Thanks for the quick reply... The install would have used whatever the default was as of the DEVELOPMENT snapshot of just a few days ago. DFLY was happy cooperating with the (at the time) DFLY, Slackware, OpenBSD, NetBSD and each booted fine off the new DFLY

Re: DragonFly-2.1.1.500.ged1bfc DragonFly_RELEASE_2_2 created

2009-02-03 Thread Simon 'corecode' Schubert
Simon Schubert wrote: at ed1bfcbd4a8025231c3e797742f90455a57db7d9 (commit) Sorry about the mail flood before. This now branches the 2.2 release branch. !! !! As of now we're in feature freeze for master !!

Re: Installer HAMMER only

2009-01-28 Thread Simon 'corecode' Schubert
Jeremy C. Reed wrote: On Wed, 28 Jan 2009, FloW wrote: cd /dev /bin/echo ad0s4a || /bin/sh MAKEDEV ad0s4a Shouldn't this be rather cd /dev /bin/echo ad0s4a /bin/sh MAKEDEV ad0s4a Neither of those make sense to me as that echo will always return 0. If this is to check existence why not

Re: New instructions for using git to track the DragonFly repo

2009-01-19 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: The repo has not changed but I've found a simpler set of instructions for checking out and managing it. I did split a few steps to make them more obvious. I am avoiding the use of git-clone because it hides too much of what goes on under the hood. Of

Re: The state of DragonFly and pkgsrc 2008Q4

2009-01-04 Thread Simon 'corecode' Schubert
Justin C. Sherrill wrote: On Sat, January 3, 2009 8:13 pm, Simon 'corecode' Schubert wrote: Justin C. Sherrill wrote: On the plus side, the version of DragonFly on pkgbox is new enough to (I think) avoid the hal issues, but old enough to avoid the reentrancy issues. It's more than 3/4

Re: The state of DragonFly and pkgsrc 2008Q4

2009-01-03 Thread Simon 'corecode' Schubert
Matthias Schmidt wrote: We should adopt the following policy: Before someone commits some big diff (like the mentioned one) or some stuff that breaks the API/whatever, the diff should be applied to clean machine which runs a full pkgsrc bulk build. If the build fails, there is enough time to

Re: The state of DragonFly and pkgsrc 2008Q4

2009-01-03 Thread Simon 'corecode' Schubert
Justin C. Sherrill wrote: On the plus side, the version of DragonFly on pkgbox is new enough to (I think) avoid the hal issues, but old enough to avoid the reentrancy issues. It's more than 3/4 of the way through a bulk build, so we should have a newer batch of packages to use. Maybe not

Re: libtool and dlname is too specific

2008-12-27 Thread Simon 'corecode' Schubert
Jeremy C. Reed wrote: Please see pkgsrc PR 40267 http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=40267 On 2.1.1-DEVELOPMENT, the binaries use the full specific version of shared library dependencies. Libtool .la files have dlname set to the specific version. Anyone else seeing this?

Re: Update on CVS - GIT conversion

2008-11-29 Thread Simon 'corecode' Schubert
YONETANI Tomokazu wrote: On Fri, Nov 28, 2008 at 11:20:41AM +1100, Petr Janda wrote: Simon should be able to fix up the few remaining issues over the weekend. commit email and pretty web access may take longer. GitWeb is pretty nice! As long as the git mirror at repo.or.cz stays in sync

Re: mutt's buffy-list

2008-08-27 Thread Simon 'corecode' Schubert
On Wed, August 27, 2008 17:01, YONETANI Tomokazu wrote: Hello. Since I have switched /home to a HAMMER PFS, mutt stopped reporting mailboxes with new messages. Digging mutt source code, I found something relavant: mutt_buffy_check: if (stat (tmp-path, sb) != 0 || sb.st_size == 0 ||

Re: Determining Running Applications on Specific CPU

2008-08-20 Thread Simon 'corecode' Schubert
On Wed, August 20, 2008 13:35, Archimedes Gaviola wrote: Here, I'm only showing one running application but the same thing happen when 2 or 3 another applications are running, it still be randomly processed by CPUs. This is actually expected. For more fine-grained control, you would have to

Re: Determining Running Applications on Specific CPU

2008-08-20 Thread Simon 'corecode' Schubert
On Wed, August 20, 2008 19:37, Robert Luciani wrote: Here, I'm only showing one running application but the same thing happen when 2 or 3 another applications are running, it still be randomly processed by CPUs. Suppose to be I want to test DragonFly on this machine but unfortunately AMD-64 is

Re: Site layout and design discussion

2008-08-04 Thread Simon 'corecode' Schubert
I like the new design idea. Short, simple. On Mon, August 4, 2008 10:06, Matthias Schmidt wrote: How about moving all teh web stuff into a wiki? Commiting to site/ and waiting that someone regenerates the sites manually is IMO not the best solution. Furthermore some of our active developers

Re: DFBSD2 and virtualbox no compatible?

2008-07-31 Thread Simon 'corecode' Schubert
On Thu, July 31, 2008 19:58, Sdävtaker wrote: Hello, I was trying to install a DFBSD2 in virtualbox (sun's virtual machine) and it doesnt boot, acpi or not acpi the same. I was hitting some config params, but nothing changes. Did someone tried it before? I used to install some VMwarez with

Re: console

2008-07-27 Thread Simon 'corecode' Schubert
Zbigniew Baniewski wrote: :As I can see, DragonFlyBSD uses just cons25 terminal, taken from FreeBSD :most probably. I would to ask: is there support for smacs/rmacs strings :planned? It's needed for full internationalization of text-console, without :a loss of semigraphics. Not that I know

Re: Hammer on snapshot cd's

2008-07-16 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: : cc -Wall x.c -c -O2 : x.c: In function 'fubar2': : x.c:16: warning: 'error' is used uninitialized in this function : : (edit so *valuep is set to 0) : : cc -Wall x.c -c -O2 : (no warning reported) : :So you need to go -O2? -O alone doesn't

Re: Hammer on snapshot cd's

2008-07-15 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: :.. : : : :That is very odd. Maybe there's a 64-bit arithmatic problem somewhere :w/ gcc-34. : :Hi Matt, : :the following patch fixes the problem for me. Not sure whether it is the :correct solution though. : :Cheers, :Johannes : :Index: hammer_btree.c :+

Re: Hammer on snapshot cd's

2008-07-15 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: One interesting thing I've found on GCC-4 is that the callgraph analyzer will cross procedure boundaries for all procedures in that particular source file. It can actually detect that error is left uninitialized in this situation: cc -Wall x.c -c -O2

Re: nohistory'd directories on Hammer

2008-07-13 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: Yah, its a problem, though I think rm + pruning ought to work. You shouldn't have to free up more then 100MB of space or so for the reblocker to work. How about reserving 100MB for the reblocker? Wouldn't that solve the problem? cheers simon

Re: Hammer on snapshot cd's

2008-07-13 Thread Simon 'corecode' Schubert
Johannes Hofmann wrote: Now that hammer is enabled in GENERIC, people might try it out with development snapshots from http://chlamydia.fs.ei.tum.de/pub/DragonFly/snapshots/ This fails however, as the snapshots still seem to be built with gcc34. Files just disapear in hammer filesystems with

copying utf8 to msdos

2008-07-03 Thread Simon 'corecode' Schubert
Hey, does anybody know how to copy files with UTF8 filenames to a msdos fs? On accented letters and Umlauts cp/rsync complain Invalid argument and don't create/copy the file. cheers simon -- Serve - BSD +++ RENT this banner advert +++ASCII Ribbon /\ Work - Mac +++ space

Re: EHCI working?

2008-07-02 Thread Simon 'corecode' Schubert
Michael Neumann wrote: Hm, last time I tried, it was pretty slow. Could you try booting with tunable hw.usb.hack_defer_exploration set to 0 (see [1]). Does this make any difference? No, this is when kldloading it lateron. Didn't try on boottime. cheers simon

Re: EHCI working?

2008-07-02 Thread Simon 'corecode' Schubert
Joerg Sonnenberger wrote: On Wed, Jul 02, 2008 at 04:12:44PM +0100, Steve O'Hara-Smith wrote: It seems to be rather better here - no error messages in the logs and writing to my mp3 player goes at 1.5-1.8 MB/sec while reading runs at 4-5MB/sec. Those sound like normal data rates for

Re: cvs trouble

2008-07-01 Thread Simon 'corecode' Schubert
Thomas Nikolajsen wrote: I had some trouble trying to track down when traceroute stopped working: (hasso just commited fix ;-) My plan was to use vkernel to find the date it stopped working: Checking out full sources for given date and building and installing world and VKERNEL. But it failed:

EHCI working?

2008-07-01 Thread Simon 'corecode' Schubert
Hey, could it be that EHCI is not working correctly? On my desktop I get irq 3 interrupt livelocks when loading EHCI (actually it is on/off livelocking). On my laptop it seems to load okay, but then transferring data to my new mp3 player is slow, basically around 1MB/sec. In dmesg, cam

Re: cvs trouble

2008-07-01 Thread Simon 'corecode' Schubert
Thomas Nikolajsen wrote: Yes, I it works as advertised; but I need a slightly other behavior, as described; do I have to use other / additional flags for checkout? (another option could be using cvsup, but I do expect cvs to be able to do this) No, this is an example of a classical CVS

Re: New site design

2008-05-29 Thread Simon 'corecode' Schubert
Justin C. Sherrill wrote: James Frazer put together a nice site redesign based on some discussion we had here before. He sent me a copy of it all, and I'm only now catching up enough to show it: http://www.shiningsilence.com:81/ I'm happy with the layout and content; I'm looking for further

Re: GSoC: LiveCD

2008-05-19 Thread Simon 'corecode' Schubert
Oliver Fromme wrote: On the other hand, there are still some machines that only have CD-ROM drives (not DVD). Maybe those could be supported with a stripped-down version of the DVD, e.g. by omitting some cool-but-not-important stuff (some script could generate this automatically). In the

Re: Fortran in the base

2008-05-13 Thread Simon 'corecode' Schubert
Hasso Tepper wrote: OK, much clearer now. So, now I think that best approach is completely opposite. Basically, there are two options: a) Remove fortran from the base. +1 if f2c works well. cheers simon signature.asc Description: OpenPGP digital signature

Re: 7-Zip / Bzip2

2008-05-07 Thread Simon 'corecode' Schubert
thegraze wrote: But 7z is GPL! so? your point being? -- Serve - BSD +++ RENT this banner advert +++ASCII Ribbon /\ Work - Mac +++ space for low €€€ NOW!1 +++ Campaign \ / Party Enjoy Relax | http://dragonflybsd.org Against HTML \ Dude 2c 2 the max !

Re: wip/xf86-video-ati does not compile

2008-05-02 Thread Simon 'corecode' Schubert
thegraze wrote: Comitted. :) http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-ati.git;a=commit;h=f051359ac09c6b9416e39b9ca7d9dc0880aa1557 wow, this is impressive. I suspect that git plays an enabling part here, because it allows easy exchange/import of patches from other people

Re: wip/xf86-video-ati does not compile

2008-05-02 Thread Simon 'corecode' Schubert
Jeremy Messenger wrote: Have you seen github.com yet? It's pretty very cool. I think someone is trying to create a similar one for hg (Mercurial). Heh, they want money for that? repo.or.cz is providing hosting for free! You can find the dragonfly sources there at

Re: Troubles building m4 from pkgsrc

2008-04-30 Thread Simon 'corecode' Schubert
Steve O'Hara-Smith wrote: That function should exist in libc now. My M4 patch for pkgsrc Can it be slipped into Preview please ? I just slipped -Preview to HEAD. cheers simon

Re: [GSoC] the AMD64 port

2008-03-18 Thread Simon 'corecode' Schubert
Jordan Gordeev wrote: 1. Does porting require messing with the source code of gcc/binutils/gdb? maybe. the basic infrastructure is in place however and also seems to be able to produce amd64 binaries of some sort. 2. Do I need to have an AMD64 machine with more than 4 GB RAM to be able

  1   2   3   4   >