Re: apache 2.2.8 and php5

2008-02-29 Thread Ivan Voras
george wrote: I cant get apache to serve up my drupal pages the warning I receive is below And the internal server error page is displayed. Apache's Internal server error? Try looking at your /var/log/messages to see if apache or php processes are dieing. signature.asc Description:

Re: FreeBSD support this hardware?

2008-02-28 Thread Ivan Voras
Robe wrote: And here's the link to the CPU page http://www.dmp.com.tw/tech/Vortex86SX/ Can anybody tell me if FreeBSD support this hardware? Judging by the SX label and the information on the page, no, because it doesn't have a FPU. signature.asc Description: OpenPGP digital signature

Re: Dual core CPU's, but only 2 CPU's in-use?

2008-02-25 Thread Ivan Voras
Tigger wrote: The only security advisory I could find was for 5.x and contained info on how to disable, not enable. http://security.freebsd.org/advisories/FreeBSD-SA-05:09.htt.asc It's the same security issue, but it's handled differently on 5.x since it's old. See

Re: version of syslogd

2008-02-19 Thread Ivan Voras
brom wrote: Hello, I have a short question, how I can determinate version of syslogd? FreeBSD 6.2 I need version for resolve some issues. Thanks in advance! For the binary: ident /usr/sbin/syslogd | grep syslogd /usr/sbin/syslogd: $FreeBSD: src/usr.sbin/syslogd/syslogd.c,v

Re: Kernel Panic with heavy disk i/o while running on battery

2008-02-13 Thread Ivan Voras
Nathan Alan Souer wrote: Nathan Alan Souer wrote: In advance, I appreciate any help that anyone has to offer. When my laptop is running on battery and there is heavy i/o on the disk The machine kernel panics and reboots. I have updated my base system to current (7_releng) just a couple days

Re: /bin/csh script in GELI partition crashes 6.3-STABLE

2008-02-12 Thread Ivan Voras
Scott Bennett wrote: It does it every time, so it is certainly repeatable. Is this a known problem? Or is there some feature of GELI-encrypted file systems that is expected to have problems running scripts? (I do not know whether the problem is limited to /bin/csh scripts. After

Re: should I change to multicore CPU??

2008-02-09 Thread Ivan Voras
Tsu-Fan Cheng wrote: Hi, I know that freebsd7 has huge improvement on multi-threading execution. I wonder if I upgrade to 7, would I feel it?? I now own a amd64/3400+, running 6.3. It's just personal use, download files, watch movies, etc. I guess it will be faster on multi-core when I run

Re: script to be executed on system startup.

2008-02-07 Thread Ivan Voras
RW wrote: On Wed, 06 Feb 2008 15:55:12 +0100 Ivan Voras [EMAIL PROTECTED] wrote: I've seen some complicated examples on this thread, and want to suggest a simple one: 1. create a regular shell script in /etc/rc.d, n .. A more semantically pure example (and the one that's preferred

Re: script to be executed on system startup.

2008-02-06 Thread Ivan Voras
navneet Upadhyay wrote: Hi, I have a script file, i want that script to be executed on system startup. I am doing this on Linux in following two steps : - 1. Copying the script to /etc/rc.d directory. 2. /sbin/chkconfig --add scriptname I want to achieve the same on FreeBSD

Re: script to be executed on system startup.

2008-02-06 Thread Ivan Voras
Ivan Voras wrote: An advanced feature ... I'd like to add some more info on the subject: the rc.d script mechanism is extremely powerful and you can do many things with it, if you need them. Scripts are passed arguments like start and stop which you might want to handle (though stop is handled

Re: script to be executed on system startup.

2008-02-06 Thread Ivan Voras
On 06/02/2008, Wojciech Puchar [EMAIL PROTECTED] wrote: (for example: /etc/rc.d/myscript) 2. chmod a+x the script 3. you're done. This will work for the recent versions of FreeBSD (you didn't say for which version do you need it). you need to make that script react for start and stop

Re: Endianness of freeBSD

2008-02-04 Thread Ivan Voras
1. Is FreeBSD little Endian like windows? =20 2. Linux is Big endian? =20 wrote a code int i =3D 1;if((i 1) =3D=3D 0) little else big got little on all platforms bsd,linux,windows. =20 *Does endianness depends on OS or the hardware?* It depends on the hardware.

Re: Trying to support my product on FreeBSD

2008-01-18 Thread Ivan Voras
navneet Upadhyay wrote: Hi , My product is successfully running on Linux( all most all versions) and HP- UX and Windows . *It is 100 % C++ code*. I am planning to support it on FreeBSD, i have two queries : 1. *How to build my code into binaries* on FreeBSD , i have my unix

Re: db performance

2008-01-17 Thread Ivan Voras
Robert Fitzpatrick wrote: real memory = 3220635648 (3071 MB) avail memory = 3150565376 (3004 MB) we have 3GB of RAM available with actually 4GB physical RAM installed? If you're using a 32-bit (i386) kernel you need PAE. Or switch to 64-bit (amd64). signature.asc Description: OpenPGP

Re: Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Ivan Voras
Fernando Apesteguía wrote: 1 - Try to rely the porting on the compatibility procfs from FreeBSD 2 - Do the things in a completely different way (which one is this? Invoking sysctl system call?) I would like to know from you which one is the best approach. The best way to do it is to

Re: Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Ivan Voras
On 03/01/2008, Fernando Apesteguía [EMAIL PROTECTED] wrote: Yes, that's my problem. In Linux I can get from /proc/cpuinfo for example: name, model, stepping, cache size, clock speed, supported extensions, etc... But using sysctl in FreeBSD (sysctl -a) I can only see name and vendor for the

Re: Low Level Language Suggestions: OT

2007-12-31 Thread Ivan Voras
Victor Subervi wrote: I'm thinking Java's probably my best bet, just because there are more Java programmers out there than any other language (I think). That's almost always the *worst* reason for choosing a language. On similar basis, you might want to do it in PHP since a lot of people use

Re: Low Level Language Suggestions: OT

2007-12-31 Thread Ivan Voras
Victor Subervi wrote: I know that one has to install all sorts of s/w and rebuild the kernel for working with Java. Is that true of C++ as well? Or is it like C, native to FBSD? It's native - it's the GNU c++ compiler (g++). signature.asc Description: OpenPGP digital signature

Re: kernel panic 6.2-RELEASE SMP dual quad core

2007-12-29 Thread Ivan Voras
Iain Dooley wrote: hi all, uname -a FreeBSD HOSTNAME 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP i386 running on dual quad core intel xeons with 4gb ram. Are you using PAE? (probably not if this is the generic SMP

Re: kernel panic 6.2-RELEASE SMP dual quad core

2007-12-29 Thread Ivan Voras
Iain Dooley wrote: i'm just running a web application on it. it's a total pain though. i should have just bought a late model second hand p4 or something rather than a state of the art machine. i'm too out of touch with modern hardware to have known what i was getting myself into. live and

Re: Re[2]: Turkish character sorting on PostgreSQL

2007-12-22 Thread Ivan Voras
On 22/12/2007, Ismail YENIGUL [EMAIL PROTECTED] wrote: By the way, LC_COLLATE is link to the ../la_LN.US-ASCII/LC_COLLATE in /usr/share/locale/tr_TR.ISO8859-9 directory. Does this mean that LC_COLLATE is missing for tr_TR.ISO8859-9 ? Yes. ___

Re: common filesystem for Linux and FreeBSD

2007-12-18 Thread Ivan Voras
Chad Perrin wrote: On Mon, Dec 17, 2007 at 10:39:31AM +0100, Ivan Voras wrote: Chad Perrin wrote: That being the case, there is some data I would like to keep available to both FreeBSD and Linux systems, in stable read/write access with reasonably high access performance for both (fast

Re: common filesystem for Linux and FreeBSD

2007-12-17 Thread Ivan Voras
Chad Perrin wrote: That being the case, there is some data I would like to keep available to both FreeBSD and Linux systems, in stable read/write access with reasonably high access performance for both (fast enough to achieve decent frame rates, for instance). This seems to rule out both

Re: How to know total number of bytes of a directory

2007-12-17 Thread Ivan Voras
Andy Greenwood wrote: DSA - JCR wrote: Hi all I would like to know the total number of bytes of a directory and its related subdirs, occupied by the files inside it. I haven't found any command for knowning it. # du -s /etc 17008 /etc You need read privs to all the

Re: Skype problem - followup

2007-12-13 Thread Ivan Voras
AN wrote: PS: I see the following coming from tcpdump: 14:46:08.651647 IP amd64X2.foo.bar.59321 sss1.skype.net.33033: UDP, length 18 14:46:08.833159 IP sss1.skype.net amd64X2.foo.bar: ICMP sss1.skype.net udp port 33033 unreachable, length 36 14:46:12.702939 IP amd64X2.foo.bar.59321

Re: FreeBSD on a PC with Windows

2007-12-07 Thread Ivan Voras
David Morton wrote: Anyway, I have a laptop preinstalled with Vista Home Premium and I would like to also run BSD on it. In reading your installation documentation, I do not see anything that suggests I can install FreeBSD onto my PC without wiping Windows. There are several ways to do it

Re: Freebsd filesystem ( hard reboot )

2007-12-06 Thread Ivan Voras
Randy Ramsdell wrote: We started using FreeBSD for some network monitoring, but have found that a hard reboot forces us to answer filesytem questions on boot. Is there a way to mount each filesystem without this? Or how can we use FreeBSD in a remote location without needing to intervene in

Re: Advanced Routing/Firewall Interface Options for FreeBSD 7

2007-11-28 Thread Ivan Voras
[EMAIL PROTECTED] wrote: FreeBSD 7 supports ZFS. From there, NFS and Samba are easy. I've been using Solaris for this, but it's rather archaic in many ways, and the only reason I use it is for the stable ZFS support. Everything else in Solaris - given my needs - is a poor match. People have

Re: Upper limit on make -j ?

2007-11-27 Thread Ivan Voras
Aryeh Friedman wrote: Before I file a PR I just want to know if it is worth it to file a PR for: make -j1000 buildworld buildkernel installkernel seg faulting Yes it is. Like others said, obtain as much information about the problem as you can (backtraces). Try to discover if it fails in

Re: stability of FreeBSD 7 Beta 3?

2007-11-26 Thread Ivan Voras
Tore Lund wrote: Ivan Voras wrote: Dave wrote: Hello, How stable is FreeBSD 7 Beta 3? Is it near production are their any outstanding issues? Probably no major bugs will be fixed between now and 7.0 so you might as well start using it now. It's stable enough like all .0 releases

Re: Help for very bad perf for MySQL

2007-11-26 Thread Ivan Voras
Albert Shih wrote: Hi all I've already send a message. But I don't receive any answer :-(. I try again and hope there more solution I've a bi-proc single core Xeon 3.2ghz with FreeBSD 6.2, I'm running Mysql 5.X on this server and the performance of MySQL is very bad. For some complexe

Re: stability of FreeBSD 7 Beta 3?

2007-11-25 Thread Ivan Voras
Dave wrote: Hello, How stable is FreeBSD 7 Beta 3? Is it near production are their any outstanding issues? Probably no major bugs will be fixed between now and 7.0 so you might as well start using it now. It's stable enough like all .0 releases, meaning you should throughly test it for

Re: rsync to lacie disk (via samba?)

2007-11-21 Thread Ivan Voras
Jerahmy Pocott wrote: Hello, I'm wanting to use rsync from FreeBSD to some lacie ethernet disks, they have a number of access options including ftp and windows file sharing.. Would mounting the shares with samba then using rsync on the mounted samba share as though it was syncing between

Re: How to set maximum disk cache size?

2007-11-17 Thread Ivan Voras
On 17/11/2007, Bruce Cran [EMAIL PROTECTED] wrote: Ivan Voras wrote: On 16/11/2007, Laszlo Nagy [EMAIL PROTECTED] wrote: Ivan Voras wrote: http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/vm-fileio.html I read this too but I don't understand. Too difficult for me. So

Re: How to set maximum disk cache size?

2007-11-16 Thread Ivan Voras
On 16/11/2007, Laszlo Nagy [EMAIL PROTECTED] wrote: Ivan Voras wrote: http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/vm-fileio.html I read this too but I don't understand. Too difficult for me. So what is the answer? Do I need to set a sysctl or will FreeBSD use all

Re: How to set maximum disk cache size?

2007-11-16 Thread Ivan Voras
Bruce Cran wrote: Wojciech Puchar wrote: Laszlo wrote: Hi All, Is there a way (sysctl?) to tell FreeBSD (6.2 RELEASE) how many memory can it use for caching file data from disk? It might be that FreeBSD will use all available RAM, and reduce the cache it already does It may seem

Re: FreeBSD-7.0-Beta2 (i386) on Opteron?

2007-11-15 Thread Ivan Voras
Aryeh M. Friedman wrote: Sounds like you might have a corrupted installation. Did you verify the MD5 checksum on the ISO images? This is completely off topic but MD5 is not secure: http://www.infosec.sdu.edu.cn/paper/md5-attack.pdf Similar weaknesses have been found in the entire MD/SHA

Re: Extended FreeBSD licens

2007-11-14 Thread Ivan Voras
Rico Secada wrote: Hi. Would it be possible for someone to add some conditions to the FreeBSD licens and then call it his extended FreeBSD licens? I mean would that be legally binding if he provided that licens with software he developed? You can modify the license any way you want but

Re: FreeBSD cache memory allocation

2007-11-14 Thread Ivan Voras
icantthinkofone wrote: Someone I can't stand said this about FreeBSD. Though I know C, I don't know anything about it and would love to respond. [QUOTE]The kernel is really lacking some features. They need a method to set precise type of memory cache but BSD doesn't provide way to specify

Re: What server for a mail server

2007-11-14 Thread Ivan Voras
Olivier Nicole wrote: Hi, I have a project where I should set-up a mail server for approximately 12000 users, 4000 virtual domains, 15000 messages per day, 700 MB traffic per day. Depending on how you interpret this information, its load is not that high - this amounts to something like 10

Re: Problem with Apache22

2007-11-01 Thread Ivan Voras
Peter Uthoff wrote: Hello, I have a problem where my Apache procs are dying almost exactly every ten minutes as you can from the messages and web logs below: Oct 25 10:34:44 kernel: pid 66337 (httpd), uid 80: exited on signal 4 Signal 4 is illegal instruction, it might be caused by: -

Re: Virtualization

2007-10-31 Thread Ivan Voras
On 31/10/2007, Erik Osterholm [EMAIL PROTECTED] wrote: On Tue, Oct 30, 2007 at 11:57:20PM +0100, Ivan Voras wrote: There's a donation box on http://www.rsync.net/resources/notices/2007cb.html for developers to get VMWare Workstation working on FreeBSD but the status of the project

Re: Fw: Best way for a gmirrored gjournal?

2007-10-30 Thread Ivan Voras
Patrick Hurrelmann wrote: I kindly ask you for your ideas and proposals on my questions below. Some of the questions seem a bit confused. The server in question is a amd64 with 512mb of ram and 2x 80gb sata hdds. So I was thinking of a mount-point layout like the following: ad0s1 /

Re: ipfw -- why need to let icmp out that I already let in?

2007-10-30 Thread Ivan Voras
[EMAIL PROTECTED] wrote: add 10510 allow icmp from any to any out via oif() keep-state I don't think ICMP is stateful :) You need both in and out rules for ICMP because the logical responses to packets can't be reliably connected into a single communication. signature.asc Description:

Re: Virtualization

2007-10-30 Thread Ivan Voras
Bart Silverstrim wrote: I was curious with the information coming out regarding FreeBSD 7 what option are available for virtualizing other OS's using FreeBSD as a host. Extremely limited. I've been running several servers (Windows of various versions and a Linux system) as virtual machines

Re: Storage cluster with FreeBSD

2007-10-27 Thread Ivan Voras
Norberto Meijome wrote: indeed. Well, as I said in OP, similar to what Lustre offers. I don't know what Lustre has so my response might or might not be what you need... Let's see : what I am after is a way to hook up a few computers ( say, 6) with a few HD (say, 6 x 400 GB), and setup

Re: Why 7.0 is so late ?

2007-10-17 Thread Ivan Voras
Gueven Bay wrote: So, but the original question was : What is not working _now_ at this moment so that 7 cannot be released _now_ ? I can think of several issues of the top of my head: - rt_check bug in network routing causes panics under certain circumnstances (my favorite) - ZFS relatively

Re: Why 7.0 is so late ?

2007-10-17 Thread Ivan Voras
On 17/10/2007, Jerry McAllister [EMAIL PROTECTED] wrote: There are just many of us who would like a little more ongoing information on how it is going - such as what you give above, plus maybe an occasional guess update. You can get all that information by monitoring the developer mailing

Re: End-of-life for my amd64 ?

2007-09-21 Thread Ivan Voras
On 21/09/2007, Kris Kennaway [EMAIL PROTECTED] wrote: I use 7.0 on about 70 machines that are extremely heavily loaded, all running ULE, ranging from single through to 8 CPUs, some using ZFS, etc. I don't see these problems you are claiming, so you'll have to do some more detective work.

Re: hardware reality check - server

2007-09-20 Thread Ivan Voras
kalin mintchev wrote: hi all... some input about this hardware on fbsd 6.2 would be appreciated. just would like to know if anybody has tried successfully something like this before: motherboard: Supermicro X7DVL-L Xeon 5000V Server Board(MB4284) with: INTEL® CPU PROCESSOR 1 Intel Quad-Core

Re: End-of-life for my amd64 ?

2007-09-20 Thread Ivan Voras
NetOpsCenter wrote: I have been using FreeBSD 7.0 since Jan 8 2007 CURRENT on this box which is a desktop for browsing and email with a Dual core AMD CPU setup. It rocks. I use FreeBSD 7.0 Current on 2 small mailservers using 3 year old hardware and it is rock solid. I believe the

Re: Does FreeBSD support UTF-8 locale well?

2007-09-19 Thread Ivan Voras
ronggui wrote: In terms of UTF-8 support, Linux seems better than FreeBSD. How do you guys think? Yes. FreeBSD's UTF-8 support is really bad, and it's practically nonexistant when you look at things like collation. signature.asc Description: OpenPGP digital signature

Re: Problem with FreeBSD and external storage

2007-09-18 Thread Ivan Voras
Miguel Angelo wrote: Hi, I'm trying to put external disks(storage) in my FreeBSD server, but, i only can't see the disks that was allocated. I think that is necessary sometype of confugurations, because the hba was installed and all procedures necessary too. For information.

Re: how to change next boot from windows to freebsd?

2007-09-12 Thread Ivan Voras
Erich Dollansky wrote: Hi, I am not sure but cygwin could be of help here. Not very likely. The OP might want to try using the Windows boot loader (ntldr) instead of FreeBSD's, as it is configured by a text file (c:\boot.ini) which can be edited from both FreeBSD and Windows. There are

Re: natd / ipfw services on internal interface

2007-09-10 Thread Ivan Voras
Joe wrote: I have a question about natd/ and ipfw. I am running natd on my external interface and I have some services on my internal interface. The services seem to be getting their ip addresses nat'd and some of them work and some of them dont. Any idea how to prevent things from going

Re: Net-snmp dying with an ld-elf error at start on brand new FreeBSD install

2007-09-10 Thread Ivan Voras
Philip B wrote: Starting snmpd. /libexec/ld-elf.so.1: /usr/local/sbin/snmpd: Undefined symbol PL_markstack_ptr I've Googled on PL_markstack_ptr snmpd and got back only 5 hits, none which seem to explain this problem at runtime. I don't know even where to begin to dig. It's usually

Re: GEOM ELI: MD5 hash mismatch for /dev/mirror/gm0s1f

2007-09-10 Thread Ivan Voras
Thomas Hobbes wrote: Hi, what is this kind of error's meaning? Usually it means your data is corrupted. Some possible reasons are: - bad sectors or media deficiencies - power failures or fluctuations that affected the drive and/or the controller - bad cables - bugs, either in hardware

Re: LVS (IPVS) on 6.2?

2007-09-10 Thread Ivan Voras
Ovi wrote: Hello I've tried to compile ipvs port on 6.2 but it seems it works only on 5.3 and 5.4. Anybody have an ideea if is a similar project to IPVS (LVS's Linux) on 6.2? I don't know about LVS/IPVS but its function seems similar to what CARP does:

Re: FreeBSD 6.2 Installation Problems

2007-09-07 Thread Ivan Voras
G. Yager wrote: the whole project, because apparently I can't get all of the components installed to make X or KDE work correctly. Please help! Here are the steps for you (run them as root user): 1) Install a base system without packages, configure it to your liking 2) Execute portsnap

Re: Disk errors when copying

2007-09-06 Thread Ivan Voras
Richard Tobin wrote: When copy between disks (ad10 -ad8), I get errors: ad10: WARNING - READ_DMA48 UDMA ICRC error (retrying request) LBA=435128800 ad10: FAILURE - READ_DMA48 status=51READY,DSC,ERROR error=10NID_NOT_FOUND LBA=435128800 g_vfs_done():ad10s2g[READ(offset=175562145792,

Re: Linuxulator and SSE

2007-09-06 Thread Ivan Voras
Svein Halvor Halvorsen wrote: Hello, list! I'm trying to get Bibble to run under the Linuxulator on FreeBSD, but it keeps complaining about missing SSE support. What does the top of dmesg (generated during boot) tells you about the processor? If it doesn't list SSE under the list of

Re: 6.2 Hangs Probing Floppy During Boot

2007-09-06 Thread Ivan Voras
Tim Daneliuk wrote: During the boot probe, FreeBSD 6.2 (Release or -STABLE) hangs for several minutes while probing the floppy. Eventually, it does get through it, but it takes a lng time. Disabling the floppy in the machine BIOS makes the problem go away because FBSD sees no

Re: passwd(1), pam_ldap and old PRs

2007-09-06 Thread Ivan Voras
Jonathan McKeown wrote: There are two relevant PRs, one open (bin/71290)and one suspended (bin/59638). ... You may want to try asking this on current@ and hackers@ lists. signature.asc Description: OpenPGP digital signature

Re: Hello

2007-09-06 Thread Ivan Voras
Gabriel Dragffy wrote: Using sysinstall I enabled anonymous FTP, with uploads allowed in the folder /incoming. Uploading works a treat, however the files don't have permissions to be downloaded again (by anon user). I know I could change this by executing a cron job every two minutes that

Re: Memcached Daemon Startup Issues

2007-08-24 Thread Ivan Voras
Peter Pluta wrote: Peter Pluta wrote: I installed memcached and since it doesn't have a config file I entered the flags into rc.conf, but when I start it with the rc.d scripts, it always runs as nobody, instead of the user I specified with -u user. The man page says only when run as root.

Re: FreeBSD MBRs

2007-08-23 Thread Ivan Voras
Christopher Key wrote: I've a machine with 3 SATA drives. The first (ad8) with a standard FreeBSD install in a single slice with /boot/boot0 MBR. The remaining two drives (ad10, ad12) are in a RAID1 mirror with 3 slices, and used for storing data. They have the /boot/mbr MBR. Ok. Let's

Re: ls there any way to limit the server resource per user?

2007-08-23 Thread Ivan Voras
Roland Smith wrote: On Wed, Aug 22, 2007 at 12:34:22PM -0700, ann kok wrote: thank you Can I limit the bandwidth by user what they use any program to download and upload? The pf firewall can do this. Filter packets by user, then assign them to an appropriate queue. Read pf.conf(5). You'll

Re: GELI cripto USB disk and fsck

2007-07-11 Thread Ivan Voras
DSA - JCR wrote: 1.- The main filesystem / get overfilled, it was 108% used !! because the USB disk files were in the mounted directory (/usb2). My question is, how is this possible? it was full and more, where were the files?? If you're asking why 108% the answer is that 8% of total

Re: How to produce FreeBSD app under Windows?

2007-07-06 Thread Ivan Voras
Serge Slepov wrote: I need to compile a C++ source into a binary that will run under FreeBSD, but I only have Windows installed. What's the easiest way for me to do this? Do I have to install FreeBSD? The Easiest Way (tm) for you is to install FreeBSD in a virtual machine (see for example

Re: Dual boot.

2007-05-30 Thread Ivan Voras
Paul Halliday wrote: I just installed 6.2 on a 90GB drive. During the installation I created the usual partitions and left 50GB untouched. I then rebooted ran partition magic to put a DOS FS on the remainder then ghosted XP pro onto it. Do I need to start over or can I fix this? It's

Re: MySQL slowness in SMP

2007-05-11 Thread Ivan Voras
Martin Blapp wrote: So would upgrading to FreeBSD 7.0-CURRENT would make MySQL runs faster or it's not optimized for dual cpu yet? Of course would upgrading to FreeBSD 7.0-CURRENT make it faster because some bottlenecks (unix domain sockets etc, old malloc) have been removed. On the other

Re: downloading the IPMI driver on FreeBSD

2007-05-10 Thread Ivan Voras
Volodymyr Kostyrko wrote: Dhananjaya hiremath wrote: here we installed the FreeBSD 6.2 and we updated and build the system and installed the kernel.Now we want to Download the IPMI driver on FreeBSD, build it, load it, and want to ensure that it runs successfully. Driver is already in base

Re: How to make Apache (2.2.4) less greedy, or Sendmail less polite?

2007-05-07 Thread Ivan Voras
Olaf Greve wrote: O.k., I'll check this out, and will let you guys know how I get along with it, and if indeed the script is at fault, or whether it is due to some PHP/Apache issue. If you've rebuilt PHP with modules, there's a slight chance that the order of loaded modules (in

Re: FreeBSD with Duel Processors

2007-05-07 Thread Ivan Voras
Martin McCormick wrote: Is there anything special I need to do to make FreeBSD6.2 make use of both CPU's on a Dell 2650 mother board? The boot messages indicate that the OS knows about the 2 CPU's. Is this correct? I heard some rumors that one has to give some sort of kernel

Re: How to make Apache (2.2.4) less greedy, or Sendmail less polite?

2007-05-04 Thread Ivan Voras
Olaf Greve wrote: PID USERNAMEPRI NICE SIZERES STATETIME WCPUCPU COMMAND 91459 www 1240 141M 15136K RUN 0:02 5.52% 5.52% httpd 91352 www 1190 139M 12596K select 0:14 3.61% 3.61% httpd The size of apache processes is

Re: How to make Apache (2.2.4) less greedy, or Sendmail less polite?

2007-05-04 Thread Ivan Voras
Olaf Greve wrote: Will that not have some other downsides? I remember that previously when running PHP on the CGI, that e.g. a lot of debugging power got lost, as each and every error would simply either return a blank page, or simply an internal servor error 500 or so Is that also the

Re: Memory 3.5GB not used?

2007-04-25 Thread Ivan Voras
Bill Moran wrote: Does this test demonstrate usage of memory over 4G? It's my understanding that PAE starts to suffer when it has to look at the memory over 4G (which is the problem it's intended to solve) If your entire test fits in under 4G, you're not seeing the worst of it. At

Re: Memory 3.5GB not used?

2007-04-24 Thread Ivan Voras
Bill Moran wrote: In response to Don O'Neil [EMAIL PROTECTED]: I never had this problem before when I built the kernel the first time. Could my module source be corrupt? If so, how do I re-install just the kernel sources for 6.1? Not all modules work with PAE. Read the example PAE kernel

Re: Proliant G5 and E200i controller

2007-04-22 Thread Ivan Voras
[EMAIL PROTECTED] wrote: I have purchased a new Proliant G5 server with the E200i RAID controller. FreeBSD is not recognizing the the drives. The ciss module for the controller is not loaded. Do I need to do something special to make FreeBSD recognize the controller? Which version of

Re: Terabyte harddisks, GELI, AMD64, Samba and Zen...

2007-04-17 Thread Ivan Voras
Solon Luigi Lutz wrote: Hi again, after some troubleshooting and some hours of memory tests, it finaly seems to be a hardware problem... The machine is based on an ASUS M2N4-SLI (Nforce4) and since the heat-sink on the north/southbridge is rather small and passive, the chip seems to get too

Re: Geli and fsck

2007-04-16 Thread Ivan Voras
User1001 wrote: Nowhere in the Handbook nor the MANual pages is there any mention of how to handle a situation where it is necessary to perform a file system check (FSCK) on the encrypted partition (provider?). How is it any different than the other cases? You make the unencrypted data

Re: Terabyte harddisks, GELI, AMD64, Samba and Zen...

2007-04-11 Thread Ivan Voras
Solon Luigi Lutz wrote: ---Sequential Output ---Sequential Input-- --Random-- -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks--- MachineMB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec %CPU 1000 37922 31.5 48829

Re: Installing the CVS

2007-04-11 Thread Ivan Voras
Dhananjaya hiremath wrote: Hello sir, Please specifies how to get the CVS to FreeBSD.And some packages are not CVS is a part of FreeBSD and it's always installed. installing lile( samba,python etc) It is giving the error so how we can install this one. See

Re: No CD/DVD devices found after booting from FreeBSD 6.2 CD 1

2007-04-11 Thread Ivan Voras
Isaac Grover wrote: Good morning, I am attempting to install FreeBSD 6.2-RELEASE on a Dell Dimension C521n (no Windows pre-installed) with a Sony model DDU1615S CD/DVD drive as the chosen boot media. Booting from the CD shows that the CD drive shows up as cd, and after doing the

NFS exports and paths with dashes?

2007-04-10 Thread Ivan Voras
I have the following line in my /etc/exports: /services/www-smartx -maproot=1000 xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy with the intention to export the directory /services/www-smartx. But mountd complains: bad exports list line /services/www-smartx -maproot and vim's highlighting marks the first

Re: PHP, pear, session problems on FreeBSD 6.2

2007-04-10 Thread Ivan Voras
Andrei Iarus wrote: After noticing that I get an php error (an Segmentation fault error), I reinstalled my php port. Than I got some errors related to the preg_match function = I reinstalled all php extensions (with portupgrade -rf php-5.2.1_3), including pcre. After this, my apache server

Re: 'Safest' filesystem defaults

2007-04-03 Thread Ivan Voras
mal content wrote: Hello. Which filesystem options are the 'safest' in terms of data loss after power failure? I'm current using: /dev/ad0s1f on /usr (ufs, local, soft-updates) /dev/ad0s1d on /var (ufs, local, nosuid, soft-updates) /dev/ad1s1d on /mnt/home (ufs, local, nosuid,

Re: FreeBSD on IBM Blade HS21

2007-03-30 Thread Ivan Voras
Nejc Škoberne wrote: -- Timecounters tick every 1.000 msec lo0: bpf attached rr232x: no controller detecde. md0: Preloaded image /boot/mfsroot 4423680 bytes at 0xc0af6544 probe64:umass-sim1:1:0:0): error 22

Re: FreeBSD on IBM Blade HS21

2007-03-30 Thread Ivan Voras
Nejc Škoberne wrote: Hello, Try waiting about 30 minutes, there was a nasty timeout problem here when I tried it - you might have the same. Google for my posts on freebsd-stable mailing list. Okay, it really seems it's the nasty timeout I am facing (I booted into the verbose mode and it's

Re: Is this a hard drive crash?

2007-03-29 Thread Ivan Voras
Janos Dohanics wrote: I also ran the Seagate drive utility which found no problems with the drive. When the same kind of crash happened again, I thought the problem may be the IDE controller, I have replaced the motherboard. Now it crashed again with the new motherboard - and I don't know what

Re: About file systems and formats

2007-03-29 Thread Ivan Voras
Andrew Falanga wrote: Yesterday while working on a problem at work, a colleague and I were talking about the various file systems and something that I have always wondered on is what are the various file systems doing when a format is being done. For example, at home, my PC has 2 80gb

Re: FreeBSD on IBM Blade HS21

2007-03-27 Thread Ivan Voras
Nejc Škoberne wrote: When I try to boot FreeBSD (either from USB disk with the installation I am trying to move, either from FreeBSD 6.2 disc 1 installation CD-ROM) the kernel doesn't load in full. It finds the USB disk, the SAS disks, but then stops here: Timecounters tick every 1.000

Re: Copy/move files between Windows and FreeBSD

2007-03-26 Thread Ivan Voras
Nagy László Zsolt wrote: Hi, I need to copy,move and delete files across two machines. They are located far away from each other. I have other FreeBSD machines and we were using SSH2 for this kind of task. Under windows, I could not find the right software. This is an automated task, and

Re: Postgres Startup Error Message

2007-03-25 Thread Ivan Voras
Gerard wrote: I occasionally receive this error message when booting up: Mar 25 08:28:24 scorpio postgres[756]: [1-1] FATAL: the database system is starting up Since it is an intermittent error message, I am unable to track down what is causing it or how to fix it. I've always seen it

Re: Real-time File Replication ... or close to it ...

2007-03-25 Thread Ivan Voras
Marc G. Fournier wrote: Does anyone know of any work being done with FreeBSD to do the above? I know about ggate/gmirror, but that is at the file system / kernel level ... I'd like to do something at the userland level, or something that combines the two ... I have TDFS

Re: Real-time File Replication ... or close to it ...

2007-03-25 Thread Ivan Voras
Marc G. Fournier wrote: Marc G. Fournier wrote: Does anyone know of any work being done with FreeBSD to do the above? I know about ggate/gmirror, but that is at the file system / kernel level ... I'd like to do something at the userland level, or something that combines the two ... I

Re: 3Ware - Giant locked?

2007-03-25 Thread Ivan Voras
Don O'Neil wrote: Anyone know why the 3ware TWE raid driver is still Giant locked? When my system boots it shows: twe0: [GIANT-LOCKED] It's not a very big deal except if something else important is also Giant-locked (for example, network driver). If it's the only important thing under Giant,

Re: Differences between BSD and Linux : got article link?

2007-03-19 Thread Ivan Voras
[EMAIL PROTECTED] wrote: Need to educate some people because they made some incorrect statements or misunderstand the purpose of *BSD. I know it's been discussed on the list, but I forget when and the archives are large enough that I won't have time to search them during my lunch break =\..

Re: Downgrading to PHP 5.1.4

2007-03-18 Thread Ivan Voras
bsd wrote: Hello, I am using the latest BSD 6.2 with a Apache 1.3.x and a PHP 5.2.1 For some reason out of my control we need to run an app that will use PHP 5.1.4 // I would like to know if there is a simple way to do that using the ports. If you use cvsup to update your ports tree,

Re: Core 2 Duo

2007-03-14 Thread Ivan Voras
Goncalves, Antonio wrote: It has Core 2 Duo and a NVidia 7950 GTX. Can you please let me know wish release shall I install? Both i386 and AMD64 versions will work, but you'll probably have less problems with the i386 version. There are even nVidia binary drivers for FreeBSD, but you must

<    1   2   3   4   5   >