Re: [6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error

2009-02-17 Thread Ivan Voras
Gilles wrote: > On Tue, 17 Feb 2009 09:53:09 +0100, Gilles > wrote: >> BTW, here are the CFLAGS-related lines MySQL Server's Makefile: > > Using "make BUILD_OPTIMIZED=no" doesn't solve the issue :-/ > > In file included from item.h:2199, > from mysql_priv.h:589, >

Re: Install 7.1 DVD iso UNetbootin Eee Box

2009-02-19 Thread Ivan Voras
loony wrote: > Has anyone had any luck with UNetbootin and the 7.1 DVD iso? > > I'm trying to prep USB media on windows vista64. Unlike the CDROM based > isos, the DVD install is compressed .gz. I assume the iso needs to be > extracted prior to loading it with UNetbootin and wonder if somehow g

Re: memory limitations per process

2009-02-19 Thread Ivan Voras
af300...@gmail.com wrote: > Hi, > > I'm running into a per process memory limit at work (on Windoze though), > but I'm wondering what's the limit per process in FreeBSD for 32 bit > systems, ie i386? Is it 4gb or 2? From stuff I found on the Net, I'm > guessing 4gb, but wanted to ask anyway. It se

Re: SAS drives seem slow

2009-02-26 Thread Ivan Voras
Josh Paetzel wrote: > I have a 3ware 9690SA SAS RAID controller in a PCI-e 8x slot with > Fujitsu MBA series 15k SAS drives attached, and the array is coming up as: > > da0 at twa0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-5 device > da0: 100.000MB/s transfers > da0: 138272MB (28318105

Re: FreeBSD and Xen in paravirtualized mode

2009-03-02 Thread Ivan Voras
Redd Vinylene wrote: > Why doesn't FreeBSD support Xen in paravirtualized mode? Imagine the > increase in ISPs being able to offer FreeBSD to its customers. > > I just got my heart broken today: > http://forum.slicehost.com/comments.php?DiscussionID=3191/ Perhaps you could help fund the developme

Re: load average and some built-in monitoring mechanism

2009-03-03 Thread Ivan Voras
Zbigniew Szalbot wrote: > Hi there, > > My machine has recently been taken down by (most likely) runaway java > process. The box had to be rebooted as there was no remote access to > it but I am not able to find anything useful in logs to confirm > whether it was java. Is there a tool that would e

Re: Anyone runs 7.1 with an IBM X3650 (64 bits ARCH) ?

2009-03-13 Thread Ivan Voras
Frank Bonnet wrote: > Hello > > Everything is in the subject :-) I'm not running it now but I've tested it - worked fine. signature.asc Description: OpenPGP digital signature

Re: Replace console login prompt

2009-03-13 Thread Ivan Voras
Matias Surdi wrote: > Hi, > > Please, could somebody give me a pointer to some documentation or an > idea of how to replace the default console login prompt with a custom > script? man 5 ttys signature.asc Description: OpenPGP digital signature

Re: umass performance

2009-03-18 Thread Ivan Voras
Andrea Venturoli wrote: > Hello. > > I'm using dd to clone an 8GB USB memory into an identical one. > > > > # dd if=/dev/da2 of=/dev/da1 > load: 0.01 cmd: dd 12026 [physwr] 0.00u 0.01s 0% 904k > 396+0 records in > 395+0 records out > 202240 bytes transferred in 1.453741 secs (139117 bytes/sec)

Re: Compression with *.zip output

2009-03-21 Thread Ivan Voras
Polytropon wrote: > > On Sat, 21 Mar 2009 12:27:20 +0200, Manolis Kiagias > wrote: >> Wildly off-topic as we are discussing Windows, but all recent versions >> (XP, Vista, etc) can handle zip files. They call them "compressed >> folders" (don't confuse with NTFS compression though) and even hav

Re: Recovering a GEOM RAID0 array

2009-03-31 Thread Ivan Voras
Juan Miscaro wrote: > Hi gang, > > I'm running a remote 6.2 system which recently got shut down > unexpectedly (tower was physically nudged and apparently lost power). > I am running a 2-disk striped array with the geom_stripe.ko module. > > So my fstab line is > > /dev/stripe/st0a/data

Re: Recovering a GEOM RAID0 array

2009-03-31 Thread Ivan Voras
Juan Miscaro wrote: > This is the end of dmesg (the drives in question are ad1 and ad3): > GEOM_STRIPE: Device st0 created (id=3091204740). > GEOM_STRIPE: Disk ad1 attached to st0. > GEOM_STRIPE: Disk ad1 removed from st0. > GEOM_STRIPE: Device st0 destroyed. > GEOM_STRIPE: Device st0 created (id

Re: Recovering a GEOM RAID0 array

2009-03-31 Thread Ivan Voras
Ivan Voras wrote: > If "gstripe list" doesn't mention ad3, you need to establish what > happened to metadata on ad3. Try extracting the last sector from ad3 by > hand (using dd) into a file and inspect it (send output of "hd filename"). I just noticed there co

Re: Recovering a GEOM RAID0 array

2009-03-31 Thread Ivan Voras
Juan Miscaro wrote: >> What does "gstripe list" say? What does "sysctl -b kern.geom.confxml" say? > > 'gstripe list' does not return any output at all. > > Output to the sysctl command is attached. "gstripe list" cannot output nothing, since the sysctl output you posted says a partial GEOM_STRI

Re: Recovering a GEOM RAID0 array

2009-03-31 Thread Ivan Voras
Juan Miscaro wrote: >> It looks like you created a both a fdisk partition table and a bsdlabel >> partition table on the ad3 drive. If so, your data is probably already >> corrupted. > > What is a generic configuration? Or can you explain how you come to > that conclusion? RAID 0 means striping

Re: Recovering a GEOM RAID0 array

2009-03-31 Thread Ivan Voras
Juan Miscaro wrote: >> # dd if=/dev/ad3 of=ad3last count=1 skip=625142447 >> # hd ad3last >> >> > > Thanks for that great explanation. > > The file ad3last.txt is attached. ... 24 47 41 46 52 10 41 08 00 00 00 00 00 00 00 00 |$GAFR.A.| 0010 00 00 00 00 00 00 00 00 00 0

Re: I would like to know about tracing system call in FreeBSD.

2009-04-05 Thread Ivan Voras
hjun...@illinois.edu wrote: > Dear, > > I have tried to trace system call using C language. > > I would like to detect privilege escalation through traceing system call. > Although freebsd announce the patch of telnet demon to remove malicious > access to esaclate privilege, I would like to impl

Re: Migration to 7.1 ?

2009-04-07 Thread Ivan Voras
Frank Bonnet wrote: > Hello > > I'm planning to migrate our mailhub (IBM X3650) to FreeBSD 7.1 > from Debian etch ;-) , of course I'll restart "from scratch". > > I have two questions before doing so. > > Does 7.1 has reached a stability that it could > be used for a high load production server

Re: Automounting of USB drives - Why is it a problem?

2009-04-15 Thread Ivan Voras
Odhiambo Washington wrote: > Hello List, > > For some time now, I have been baffled by one thing: Mac OS X somehow > has FreeBSD under the hood. When you connect a USB stick (flash disk, > external drive) to a Mac, it gets automounted, yet the same does not > happen on FreeBSD. > I have seen sever

Re: hard drive performance

2009-04-15 Thread Ivan Voras
Alexander Best wrote: > hi there, > > i have 2 hard drives running. the first one is SATA300 and the other one > UDMA100. here are the dmesg entries: > > ad0: 238474MB at ata0-master SATA300 > ad1: 157066MB at ata4-master UDMA100 > > i've tried to test the drives' performances using the follow

Re: Corrupt libraries

2009-04-15 Thread Ivan Voras
Ruel Luchavez wrote: > Hi List.. > > Is there any way how to determine a corrupt libraries in Freebsd 7.0? > > or is there any command how to check libraries? It depends on what do you need it for. Out of the box, there is no way to check if the libraries have been changed / corrupted from the t

Re: Automounting of USB drives - Why is it a problem?

2009-04-15 Thread Ivan Voras
Manolis Kiagias wrote: > Odhiambo Washington wrote: >> Hello List, >> >> For some time now, I have been baffled by one thing: Mac OS X somehow has >> FreeBSD under the hood. When you connect a USB stick (flash disk, external >> drive) to a Mac, it gets automounted, yet the same does not happen on >

Re: NFS slow

2009-04-24 Thread Ivan Voras
Jan Catrysse wrote: > Hello all, > > I am having some problems with NFS and slow performance. > This is the scenario: > > 2x FreeBSD 7.1. (Raid storage server, MP, the works) > > GB Lan interface between them. > > When I transfer 1 big file the speed is never higher than 10MB/s with a peak > to

Re: Unexpected gmirror behavior: Is this a bug?

2009-04-24 Thread Ivan Voras
Peter Steele wrote: > We had a somewhat startling scenario occur with gmirror. We have systems with > four drives ad4, ad6, ad8, and ad10, with the OS setup on a mirrored slice > across all four drives. The ad4 drive failed at one point, due to a simple > bad connection in its drive bay. While i

Re: Unexpected gmirror behavior: Is this a bug?

2009-04-24 Thread Ivan Voras
Ivan Voras wrote: > Peter Steele wrote: >> We had a somewhat startling scenario occur with gmirror. We have systems >> with four drives ad4, ad6, ad8, and ad10, with the OS setup on a mirrored >> slice across all four drives. The ad4 drive failed at one point, due to a >

Re: Unexpected gmirror behavior: Is this a bug?

2009-04-24 Thread Ivan Voras
2009/4/24 Peter Steele : >> This definitely looks like a bug. Try asking again on the freebsd-geom@ >> list. Provide output of "gmirror list". > > I'll try that list... > >>So, your steps were: > >>1. ad4, ad6, ad8 and ad10 in a 4-way mirror >>2. ad4 fails. At this point did you do a "gmirror list"

Re: release packages and portupgrade

2009-04-29 Thread Ivan Voras
Andrew Gould wrote: > I installed from the FreeBSD 7.2RC2 DVD. I added packages from the DVD, > from the ftp site using pkg_add and the release directory, and by executing: > > portupgrade -NpPrR [package name] > > I have not updated the system or ports that were installed from the DVD. > > Whe

Re: Weird problem with gmirror - cannot add the Good disk when previously failed SATA disk is online

2009-05-18 Thread Ivan Voras
panix panix wrote: > Hello, > in advance sorry for the cross posting, it is just that freebsd-geom didnt > seem that populated. > I run 7.1-PRERELEASE, its a home server. > today morning after a power failure, the rebuild my root gm0 failed on disk > ad4. > The messages were: > > May 18 08:02:02

Re: MIPS XBurst performance?

2009-05-18 Thread Ivan Voras
Peter B wrote: > I have seen some really low-weight, cheap laptops that use the: > "MIPS XBurst 400 MHz" CPU. > > Does it perform well ..? > > An Intel Celeron 900 MHz Will do mpeg4 (divx/h264), is this CPU likely to > do that aswell ..? Probably not without specialized decoding hardware. OTOH

Re: My FreeBSD-current/Xen install notes

2009-05-19 Thread Ivan Voras
2009/5/19 Saifi Khan : >  . is dom0 support something that FreeBSD will target at some >   point in time or would be happy to be domU ? I cannot speak for the developers but at BSDCan it was stated that dom0 would be a large chunk of job that deserves funding. The developers are interested. >  .

Re: Blowfish encryption key length

2009-05-20 Thread Ivan Voras
Kelly Jones wrote: > I want to use a random Blowfish key to encrypt files, so I did this: > > dd if=/dev/random of=mykey.bf count=100 bs=100 > > to create a 10K byte mykey.bf file. I can now encrypt foo.txt by doing: > > openssl enc -bf -pass file:mykey.bf -in foo.txt > foo.txt.encrypted > > Ho

Re: How can this 'top' command output make sense? Load over 7 and total CPU use ~5%

2009-05-25 Thread Ivan Voras
Yuri wrote: > Look below: load over 7 and no processes take much CPU. > > Yuri > > 7.2-PRERELEASE, 32-bit on i7-920. > > > last pid: 93192; load averages: 7.68, 6.27, > 4.61

Re: why integer size says 4 bytes on 64 bit processor

2009-05-25 Thread Ivan Voras
Shakil Khan wrote: > Hi All, > > Pardon me if I am writing this mail to the wrong group as I am too new to > BSD and programming stuff. You can redirect me to right group without > howling. By seeing some recent conversations(About the top status ;)) in > this group it made me nervous to ask for a

Re: Which VIA CPUs have hardware RNG support?

2008-07-09 Thread Ivan Voras
Joseph Gleason wrote: I am trying to figure out which VIA CPUs support hardware RNG under recent FreeBSD. I've been looking at things on 7.0-RELEASE-p2. If there is something that else I should be looking at, please let me know. Based on 'man 4 random' I see: "The only hardware implementation

Re: FreeBSD 7.0 and RAM limit

2008-07-10 Thread Ivan Voras
Robert Heron wrote: Hi, I use: FreeBSD 7.0-R on i386 server with motherboard S5000VSA and 6GB RAM onboard. BIOS version - 88 (the latest) Kernel includes: optionsMAXMEM=(6*1024*1024) You generally shouldn't touch MAXMEM as it's autotuned. And FreeBSD reports only: real memory =

Re: Core(TM)2 Quad and TOP output

2008-07-14 Thread Ivan Voras
tethys ocean wrote: > Hi all > > I have new server(webserver) quad core but performans is not well (according > our old webserver pent IV ). Maybe its performans depends on our web page > sourcecode. FreeBSD 6.3 stable is running on it. dmesg is in below. There are a bazillion factors that can in

Re: graid3

2008-07-26 Thread Ivan Voras
Wojciech Puchar wrote: i read the graid3 manual and http://www.acnc.com/04_01_03.html to make sure i know what's RAID3 and i don't understand few things. 1) "The number of components must be equal to 3, 5, 9, 17, etc. (2^n + 1)." why it can't be say 5 disks+parity? The reaso

Re: malloc options

2008-07-26 Thread Ivan Voras
Doug Hardie wrote: If you did recompile it and it is behaving differently then it is probably because your program contains bugs in how it manages memory that happened to be working by accident with the old memory allocator. e.g. because you were making use of memory after it had been freed,

Re: malloc options

2008-07-27 Thread Ivan Voras
Doug Hardie wrote: On Jul 26, 2008, at 19:03, Giorgos Keramidas wrote: While that's understandable, the current malloc() has undergone quite extensive testing by Jason Evans and a lot of people who use it in FreeBSD 7.X or later. Its ability to expose bugs in this way was deemed important eno

Re: Component-based Operating System.

2008-07-28 Thread Ivan Voras
Juan Carlos Villalobos wrote: Hello, I am writing a paper on Component-based Operating Systems. I just wanted to know if FreeBSD is an Operating System engineered based on Components. I appreciate your input on this. "Components" is a wide, wide term. Since FreeBSD as an operating system

Re: Component-based Operating System.

2008-07-28 Thread Ivan Voras
Chuck Robey wrote: Ivan Voras wrote: Juan Carlos Villalobos wrote: Hello, I am writing a paper on Component-based Operating Systems. I just wanted to know if FreeBSD is an Operating System engineered based on Components. I appreciate your input on this. "Components" is a wide,

Re: IBM eServer x225 - LSI 1030 SCSI - BTX Halted / infinite loop

2008-08-05 Thread Ivan Voras
underligast wrote: I'm trying to install FreeBSD 7.0 on my "new" server, an IBM eServer x225 (8647-5CG) The server/drives runs fine under windows 2003 and ubuntu server but the FreeBSD installation just halts. So far i've tried: CD: disk1 from 6.2, 7.0, CD: bootonly from 7.0 Floppys: 7.0 They a

Re: IBM eServer x225 - LSI 1030 SCSI - BTX Halted / infinite loop

2008-08-06 Thread Ivan Voras
underligast wrote: On Tue, Aug 5, 2008 at 10:15 PM, Derek Ragona wrote: Obviously it is the SCSI card or drives. Have you tried changing the BIOS settings on the SCSI? You might want to try changing the SCSI BUS speed. You may also want to try turning off hyperthreading. -Derek D

Re: Upgrade v5.x to v7.0

2008-08-11 Thread Ivan Voras
Vince Sabio wrote: I am currently running FreeBSD v5.1 (yes, I am a Bad Person(tm)), and need to update it to v7.0. Questions: 1. Can I go straight from v5.1 to v7.0? Or do I need to make a stop at v6.x? Theoretically it might be possible but definitely not recommended. 5.1 is very old (it'

Re: Migrating to gmirrored RAID1

2008-08-18 Thread Ivan Voras
Henry Karpatskij wrote: > Hi, > > I have a failing IDE disk which is running my 7.0-p1 server. I've been > investigating the possible solutions and I've decided to go with two new > IDE disks and gmirror. However, I'm not too familiar with disk > internals, I know how to install the system and som

Re: turn on beastie beside the 'Welcome to FreeBSD' boot optionsmenu

2008-08-22 Thread Ivan Voras
Oliver Fromme wrote: > enom-FBSD1 <[EMAIL PROTECTED]> wrote: > > beastie_disable="NO" had no effect. > > That's because "NO" is already the default. Setting it > to "YES" will completely disable the whole boot menu. > > > All that was needed was loader_logo="beastie" > >

Re: Cloning a gmirrored hard drive

2008-08-25 Thread Ivan Voras
Sasa Stupar wrote: > Hi! > > My situation: I have a server with FBSD 7 installed with two 40 GB disks > in RAID 1 (gmirror) config. > Now I have noticed the lack of space on the drive so I am thinking to > change these disks for two 160 GB. > What is the best way to clone the main hard disk in rai

Re: gjournal & fsck

2008-08-28 Thread Ivan Voras
Brian McCann wrote: > Hi all. I'm having some problems with several servers I've built > recently (7.0-RELEASE) that are using gjournal. I had two reboot a > few days ago (un-related to FreeBSD problems I think)...but when they > came back up, the file systems wouldn't mount since they were not >

Re: SMP questions

2008-08-28 Thread Ivan Voras
H.fazaeli wrote: > > Hi all, > I have 3 questions regrading SMP on freebsd 6.x: > > 1. Is there any userland tool/api to bound a process to a specific cpu? This support is native to 8-CURRENT, I think most of it is backported to 7.1. > 2. Is there any way to force UP operation apart form recomp

Re: gjournal & fsck

2008-08-28 Thread Ivan Voras
Brian McCann wrote: > Yes...I apologize...I did that when I built the file system with > "newfs -J". Here's the tunefs -p output for one of the file systems: > > # tunefs -p /dev/da2.journal > tunefs: ACLs: (-a) disabled > tunefs: MAC multilabel: (-l)

Re: Google Chrome

2008-09-03 Thread Ivan Voras
RW wrote: > On Tue, 02 Sep 2008 16:16:08 -0800 > Peter Giessel <[EMAIL PROTECTED]> wrote: > > >> And Safari is based on KDE's Konquerer (which already runs on >> FreeBSD), so with a FreeBSD version of Chrome, you would essentially >> have Konquerer ported to Apple, ported to Microsoft, ported to

Re: pkg_create

2008-09-03 Thread Ivan Voras
Matias Surdi wrote: > I've a directory tree structure in /usr/local from wich I'd like to > create a package. > > How are pkg_create arguments supposed to be? > > Where can I find an example? > > I've read the manpage, but an example would be really usefull. > > Thanks for your help again. Tho

Re: Starting and using services -- Single-user mode -- TECRA_A9-S9017

2008-09-05 Thread Ivan Voras
[EMAIL PROTECTED] wrote: > I have the need to start and use service while in single_user mode. To > this point I'm not able to use 'top' or 'ps' respectively. In ps is in /bin, top is in /usr/bin ; unless you a) have your PATH wrong or b) commonly put /bin on separate file systems, you should be

Re: "real time" files mirroring ?

2010-05-20 Thread Ivan Voras
is to keep up to date some files ( flat and db maps ) used by >> Postfix on our MX servers and propagate every change of one or more >> files to all the others. > > Back in 2008, Ivan Voras wrote a rather simple daemon that fits this need: > > http://blogs.freebsdish.o

Re: php help, please....

2010-06-14 Thread Ivan Voras
On 06/12/10 20:47, Gary Kline wrote: >> but it >> seems strange that php would simply =change= out from under >> me. well, so to speak. can you suggest any php list that i >> should sub to? Unfortunately they do it all the time - every sub-release and especially major rele

Re: slapd crash the HP proliant DL360 at 8.0

2010-06-28 Thread Ivan Voras
On 06/28/10 11:56, Frank Bonnet wrote: > Argh !!! > > I upgraded slapd to 2.4.22 and it does not start anymore !!! > > some symbol cannot be found anymore > > I had to revert to 2.3.4x to have a working slapd !!! > > What's wrong with 2.4.22 folks ? PEBKAC. How did you upgrade it (and more im

Re: 8.1-rc2 journal overflow error

2010-07-19 Thread Ivan Voras
On 07/19/10 15:16, FRLinux wrote: > Hello, I am using a hefty server with a single SSD drive as the main > drive (Corsair CMFSSD-64D1). It worked nicely until today where I got > a journal overflow error, i took a screenshot here: > http://picasaweb.google.fr/frlinux/Computers#5495597160219915298

Re: memory leak?

2010-08-23 Thread Ivan Voras
On 08/23/10 11:50, n dhert wrote: > After a reboot of my FreeBSD 8.0-p4 system > a vmstat shows: > Mon Aug 23 08:40:00 CEST 2010 > procs memory pagedisks faults cpu > r b w avmfre flt re pi pofr sr da0 pa0 in sy cs us > sy id > 1

Re: Can I know how many bytes were allocated by malloc in my process?

2010-08-30 Thread Ivan Voras
On 08/30/10 11:59, Yuri wrote: google-perftools malloc library has such feature. But does FreeBSD system allocator have it? Maybe getrusage(2) can help you, though it also counts non-malloc() allocations. ___ freebsd-questions@freebsd.org mailing

Re: IBM server SAS controller support?

2010-08-30 Thread Ivan Voras
On 08/27/10 16:23, Baldur Gislason wrote: I have an IBM 7945 server with an LSI Logic ServeRAID (MegaRAID) M1015 controller and I'm wondering if there's any way to install FreeBSD on this box? So you have tried and failed? There are lists of devices here: http://man.freebsd.org/mfi http://ma

Re: What made my FreeBSD server freeze?

2010-08-30 Thread Ivan Voras
On 08/30/10 13:24, pe...@vfemail.net wrote: When I awoke this morning my FreeBSD box was frozen -- completely unresponsive at the console -- and displayed these messages on the console: ad0: READ command timeout tag=0 serv=0 -resetting ata0: resetting devices ad0: removed fro

Re: Speeding up (caching?) shared libraries loading

2010-08-31 Thread Ivan Voras
On 08/31/10 14:44, Andrea Venturoli wrote: Hello. Suppose I have an executable which I need to invoke repeatedly (e.g. to run tests in a makefile). This executables spend most of its time loading (rather than processing), due to the need of several huge shared libraries. I'd welcome an hint on

Re: Weird Linux - FreeBSD/ZFS NFSv4 interoperability problem

2010-09-03 Thread Ivan Voras
On 09/02/10 21:25, David Brodbeck wrote: While doing some interoperability testing between Linux and FreeBSD, I came up with this unusual issue. I could use some help figuring out if this is a bug, and if so, where to file it. Here's the scenario: - FreeBSD 8.1-RELEASE server, sharing a ZFS fi

Re: Any way to force AHCI mode on ICH8?

2010-09-09 Thread Ivan Voras
On 09/09/10 02:10, Morgan Wesström wrote: I run FreeBSD 8.1 on an old Asus P5B-VM motherboard with ICH8. Its AMI BIOS lacks an option to enable AHCI mode. Intel's datasheet for the ICH8 family specifies that this feature exists on the ICH8, and the option is available in the BIOS for the identica

Re: Need bsd make for AIX

2010-09-16 Thread Ivan Voras
On 09/16/10 08:58, srividy...@tcs.com wrote: > Hi > Is there any BSD make versions available for AIX platform? > We require the make utility of BSD to compile few source programs. > > Is there any make utility compatible with AIX? Could you please give us > the URL where we can get the same?

Re: Need bsd make for AIX

2010-09-16 Thread Ivan Voras
On 09/17/10 02:34, Ivan Voras wrote: > FreeBSD's make is an integral part of the FreeBSD file system. It is not heh... *operating* system :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ques

Re: Need bsd make for AIX

2010-09-17 Thread Ivan Voras
On 09/17/10 05:14, Chuck Robey wrote: On 09/16/10 20:34, Ivan Voras wrote: On 09/16/10 08:58, srividy...@tcs.com wrote: Hi Is there any BSD make versions available for AIX platform? We require the make utility of BSD to compile few source programs. Is there any make utility compatible with

Re: Need bsd make for AIX

2010-09-17 Thread Ivan Voras
On 09/17/10 12:58, Ivan Voras wrote: I don't claim the patched make will work perfectly but it works for simple cases :) Also archived here (with the lc.h missed in previous version): http://people.freebsd.org/~ivoras/diffs/make-lc.

Re: FreeBSD 8.x and RAID Controllers from Areca and HP

2010-09-28 Thread Ivan Voras
On 09/28/10 10:02, Maechler Philippe wrote: Hello all, I hope someone can help me installing FreeBSD 8.x with a RAID Controller from HP or Areca. and then the machine freezes. This happens on FreeBSD 7.3 - 8.1 (AMD64 and i386). On FreeBSD 7.2 i386 there is no problem with the areca controller

<    1   2   3   4   5