Re: Mainboard buzzer -- How to disable?

2007-02-04 Thread Ivan Voras
Modulok wrote: The integrated buzzer on system mainboards, can this be disabled from FreeBSD? I looked through my BIOS and didn't see any relevant settings. Everytime I press backspace one too many times, it beeps at me. It is damn annoying. Before I get the pliers...thoughts, hints,

Re: acpi_bus_number: can't get _ADR pci0: memory, RAM at device 0.7 (no driver attached)

2007-02-09 Thread Ivan Voras
lveax wrote: hey all, i found some error msg from dmesg,what does these mean? acpi_bus_number: can't get _ADR Nothing serious - it probably makes no sense to even display this message. pci0: memory, RAM at device 0.0 (no driver attached) pci0: memory, RAM at device 0.1 (no driver

Re: SMP system threading performance question

2007-02-13 Thread Ivan Voras
Frank Altpeter wrote: It might be a complete trivial problem, but i don't see the point (yet) ... but it never gets over the 50.0% idle mark and i never see cpu1 doing anything, no matter how many parallel processes are running It's a common question, you should have searched the lists and

Re: A bottleneck in gstripe?

2007-02-17 Thread Ivan Voras
Kirk Strauser wrote: I built a gstripe volume with 4 drives and a 128KB stripesize. When running one particular application, gstat reports that stripe/stripe1 is 99% busy, although its four drives are running at less than 30% each. Am I misinterpreting the numbers - maybe the total is the

Re: defrag

2007-03-01 Thread Ivan Voras
Steve Franks wrote: How come I never hear defrag come up as a topic, and can't find anything related to defrag in the ports tree? Is it really not an issue on UFS? Can someone point me to an explantion if so? fsck will tell you the level of fragmentation on the file system: fsck /usr **

Re: defrag

2007-03-01 Thread Ivan Voras
Richard Lynch wrote: On Thu, March 1, 2007 3:35 pm, Ivan Voras wrote: Steve Franks wrote: How come I never hear defrag come up as a topic, and can't find anything related to defrag in the ports tree? Is it really not an issue on UFS? Can someone point me to an explantion if so? I've been

Re: defrag

2007-03-01 Thread Ivan Voras
Bill Moran wrote: In response to Ivan Voras [EMAIL PROTECTED]: 352462 files, 2525857 used, 875044 free (115156 frags, 94986 blocks, 3.4% fragmentation) Just to reiterate: Fragmentation on a Windows filesystem is _not_ the same as fragmentation on a unix file system

Re: defrag

2007-03-01 Thread Ivan Voras
Bill Moran wrote: In response to Ivan Voras [EMAIL PROTECTED]: I believe that a fragmented file in common usage refers to a file which is not stored continuously on the drive - i.e. it occupies more than one continuous region. How is UFS fragmentation different than fragmentation on other

Re: defrag

2007-03-01 Thread Ivan Voras
Lowell Gilbert wrote: If you know the standard computer science terminology, it can be described quite tersely. UFS fragmentation is a way of avoiding internal fragmentation from wasting too much space. MS-DOS-FS fragmentation is an example of external fragmentation in the storage space.

Re: defrag

2007-03-01 Thread Ivan Voras
jekillen wrote: a Mac disc. I am just curious as to how the HFS and HFS+ file systems fit into this picture. Particularly since OSX is essentially a Unix 'like' system but still uses HFS+ Just for some perspective and idle curiosity. As you said, HFS(+) is not a native unix file system, but

Re: defrag

2007-03-01 Thread Ivan Voras
Jerry McAllister wrote: Well, it would do some, but for the greatest effect, you would need: dump + rm -rf * + restore This is nitpicking so ignore it: deleting all files on UFS2 volume won't restore it to it's pristine state because inodes are lazily initialized. It doesn't have anything to

Re: gjournal and zfs, questions

2007-03-06 Thread Ivan Voras
Daniel Eriksson wrote: When will gjournal and zfs be committed to the CVS tree? Will either of them be merged to STABLE? GJournal aready is: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/geom/journal/g_journal.c?rev=1.9content-type=text/x-cvsweb-markup It's unlikely they will be merged to

Re: gjournal and zfs, questions

2007-03-06 Thread Ivan Voras
Daniel Eriksson wrote: Ivan Voras wrote: GJournal aready is: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/geom/journal/g_j ournal.c?rev=1.9content-type=text/x-cvsweb-markup Thank you for the info! zfs looks more interesting, but having gjournal in the tree makes it more convenient

Re: ext3 support

2007-03-08 Thread Ivan Voras
FreeBSD Daemon wrote: dear list, does freebsd 6.x support the ext3 filesystem? Only in ext2 mode (i.e. no journaling). signature.asc Description: OpenPGP digital signature

Re: limitiation on memory allocation

2007-03-09 Thread Ivan Voras
Dima Sorkin wrote: Hi. On FreeBSD 6.2 i386 with 2GB of physical memory I can't allocate more than 500Mb for my program. I'm a new to FreeBSD. Is this limitatin is something known, how do I overcome it ? Google for MAXDSIZ and relevent discussions. See here for example:

Re: FreeBSD on IDE Flash disk drive

2007-03-09 Thread Ivan Voras
Nejc Škoberne wrote: However I have no idea how to measure how many writes are performed during a normal operation of a FreeBSD server running DHCP and pf firewall. You could get an upper bound by running a perpetual iostat... signature.asc Description: OpenPGP digital signature

Re: Howmany CPU Does FreeBSD Support ?

2007-03-10 Thread Ivan Voras
Susanth K wrote: Dear Friends, Howmany CPU Does The FreeBSD 6.2 Support ? and what will be the support in 7 The maximum number of CPUs that 6.2 will make use of is 16 (kern.smp.maxcpus: 16). I don't know if it will be raised in 7.0, but since 7.x should support UltraSPARC T1, it might. How

Re: limitiation on memory allocation

2007-03-10 Thread Ivan Voras
Dima Sorkin wrote: Hi. I've read some pages about 'kern.maxusers', 'kern.maxdsize'. I have questions: 1) After I reduce 'maxusers' to some reasonable amount for that computer (say 10), maxusers is somewhat badly named because of historical reasons. Today it means something like how many big

Re: The FreeBSD's Implementation Language

2007-03-11 Thread Ivan Voras
Susanth K wrote: Dear Friends, Is FreeBSD Completely Written in C ? Almost. The kernel and most parts are. Is there any part of OS written in C++ ? There are some but there are not many of them. It's not a matter of policy but of the individual choice of a developer. And I Guess GCC

Re: -stable kernel and release 6.2 base system. Do they need to be in sync?

2007-03-12 Thread Ivan Voras
Sunnz wrote: Hi, Just updated /usr/src to -stable (-rRELENG_6), and are now compiling the -stable kernel. Just wondering if I will need to rebuild the base system (world?) as well so they are in sync? Probably nothing bad will happen if you don't, but if you start getting weird errors

Re: Howmany CPU Does FreeBSD Support ?

2007-03-12 Thread Ivan Voras
Vulpes Velox wrote: That is only true if the process is giant locked. When look at dmesg, look for things that say GIANT-LOCKED and those will be ones confined to one processor. Which happens to include all SCSI devices I've encountered... sigh. And it's NOT rare to see giant locked

Re: Howmany CPU Does FreeBSD Support ?

2007-03-12 Thread Ivan Voras
Nikolas Britton wrote: On 3/12/07, Ivan Voras [EMAIL PROTECTED] wrote: Which happens to include all SCSI devices I've encountered... sigh. And it's NOT rare to see giant locked processes on a heavily loaded web server. No Giants Here: arcmsr0: Areca SATA Host Adapter RAID Controller

Re: How to reinstall gcc

2007-03-13 Thread Ivan Voras
Jeffrey Goldberg wrote: My question is without a functioning gcc, how do a install a functioning gcc? It seems to me that the easiest way would be to do a binary install/upgrade from the distribution CD. You might even get away with copying the relevant files (don't know which... probably

Re: dmesg and GIANT-LOCK

2007-03-13 Thread Ivan Voras
James Long wrote: Is it just the difference in chipset/controller type that requires the fxp driver to use GIANT on the second machine, but not the first? I also note that on the first machine, irq 10 is solely assigned to fxp0. On t30, irq 11 is shared with a number of other devices.

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

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: 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: 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: 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: 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: 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-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: '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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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.

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: 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

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-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: 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: 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: 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: 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: 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

<    1   2   3   4   5   >