WIDE-DHCP

2013-08-13 Thread s m
hello guys, does any body use WIDE-DHCP? i installed it on my freebsd 8.2 but don't know how to configure it. i searched a lot but can not find any useful documentation. please let me know if some body configure it or have some application about. thanks in advance SAM

Re: WIDE-DHCP

2013-08-13 Thread s m
yes, unfortunately it's not well enough for me:(( On Tue, Aug 13, 2013 at 1:32 PM, sth...@nethelp.no wrote: It seems that the distribution includes a directory called db_sample with some tutorials/examples. But it also seems that the last release of wide-dhcp is 16 years old... And I

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread s m
for broadcast too. is it not true? if yes, why dhcp server works correctly? please help me to clear my mind. regards, SAM On Tue, Jul 23, 2013 at 12:56 PM, Frank Leonhardt fra...@fjl.co.uk wrote: On 23/07/2013 09:03, jb wrote: s m sam.gh1986 at gmail.com writes: ... subnet 192.0.0.0 netmask

dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread s m
hello all, i have a question about dhcpd in freebsd8.2 . when i define my network like below in dhcpd.conf file, server doesn't run correctly and return core dump this is my dhcpd.conf file: ddns-update-style none; log-facility local7; subnet 192.0.0.0 netmask 255.0.0.0 { range 192.0.0.1

does journaling cause DMA-WRITE failure?

2013-07-18 Thread s m
hello all, i have freebsd8.2 on my system with journaled gpt partitions. occasionally, i see the below errors in startup and system doesn't boot correctly. if i restart system, it boot normally and every thing is ok. these errors are: ad3: WARNING - WRITE_DMA requeued due to channel reset

find netmask for offered lease in dhclient code

2013-07-15 Thread s m
hello all, i want to change dhclient code and customize it. in order to do that, i need to know the netmask for offered ip. i see code and found that struct client_lease *offered_leases, keeps information about offered lease such as ip address but this structure hasn't any field about netmask. i

Re: find netmask for offered lease in dhclient code

2013-07-15 Thread s m
thank you so much. it is a hint for me to search more in code. i hope to find something. On Mon, Jul 15, 2013 at 2:04 PM, Olivier Nicole olivier2...@gmail.comwrote: thanks Olivier, but may i ask you to explain it more? i have seen that there is a struct option_data in offered_lease in code

prevent ip conflict in dhcp client

2013-07-11 Thread s m
hello all i have a question about dhcp client. i want to know if there is any way to understand the ip address which is offered by server before it assigned to the interface. i have a freebsd system which one of its interfaces should get ip address from dhcp server whereas other interfaces have

Re: prevent ip conflict in dhcp client

2013-07-11 Thread s m
different address block from that used in your provider's network (there are many address blocks for private networks). And/or you should talk to your admin and discuss the address policy, maybe they can give you a fixed address. Best wishes Eugene -Original Message- From: s m

already active DMA on this device FAILURE at startup

2013-06-29 Thread s m
hello all, i have FreeBSD8.2 on my system. occasionally, i see some strange errors in startup and freebsd can not boot correctly. when i reset my system everything is ok and freebsd boot successfully. these are errors which appear in statrtup: ata1: setting up DMA failed ad3: WARNING - READ_DMA

change specified byte in a hex file

2013-06-03 Thread s m
hi folks, i want to change a specified byte in a hex file. i want to edit my file and change byte 0x28a content from 0x08 to 0x14. i try to do it with hex-editor in windows but this file is too big and i can't transfer it to the other system. i think it should be done by some commands such as dd

Re: change specified byte in a hex file

2013-06-03 Thread s m
thanks Ayan, but isn't there any command in freebsd to do it for me?? On Mon, Jun 3, 2013 at 11:06 AM, Ayan George a...@ayan.net wrote: On 06/03/2013 02:28 AM, s m wrote: hi folks, i want to change a specified byte in a hex file. i want to edit my file and change byte 0x28a content

Re: Max top end computer for Freebsd to run on

2013-06-03 Thread Gezeala M . Bacuño II
timer LAPIC quality 600 ACPI APIC Table: ALASKA A M I FreeBSD/SMP: Multiprocessor System Detected: 64 CPUs FreeBSD/SMP: 8 package(s) x 8 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 2 cpu2 (AP): APIC ID: 4 cpu63 (AP): APIC ID: 242

Re: define more partitions in freebsd

2013-06-02 Thread s m
errors when using it. is there any special option which should be included in kernel in order to use gpart with flag n? any one test it before? thanks in advance, SAM On Sat, Jun 1, 2013 at 8:23 PM, Carl Johnson ca...@peak.org wrote: s m sam.gh1...@gmail.com writes: hello all i want

define more partitions in freebsd

2013-06-01 Thread s m
hello all i want to install freebsd8.2 on my system. for some reasons, i need partitions more than 6. my freebsd just allow me to define partitions from a to h, not any more. i checked FreeBSD handbook, but it doesn't say anything about defining more partitions. my question is: how can i define

Re: define more partitions in freebsd

2013-06-01 Thread s m
to 0x14 (which 14 is the number of partitions). do you think it's a good idea and applicable solution? thanks for your attention On 6/1/13, Polytropon free...@edvax.de wrote: On Sat, 1 Jun 2013 11:10:32 +0430, s m wrote: hello all i want to install freebsd8.2 on my system. for some reasons, i

Re: define more partitions in freebsd

2013-06-01 Thread s m
command but it says: invalid argument ad3s1. i think because there is no ad3s1!!! now how can i use -n flag to set entries number for my partitioning??? you know it is so important for me :(( any comments or hints are really appreciated. SAM On 6/1/13, Robert Huff roberth...@rcn.com wrote: s m

freebsd8.2 with /etc mount point can't run correctly

2013-05-28 Thread s m
hello all, i want to install freebsd8.2 with different partitions. i want to have a separated partition for /etc. therefore this is my partitions: / , /var, /etc. /tmp, /usr, swap. but after installing, freebsd can not run correctly and have problem with fstab. i checked my fstab file (fstab

Re: swap partition leads to instability?

2013-05-27 Thread M. V.
jb jb.1234abcd at gmail.com writes: M. V. bored_to_death85 at yahoo.com writes: recently I heard from a FreeBSD expert that I shouldn't have swap partition for my server, and having swap partition could make my server unstable. I think your FB expert was up to something. I bet he spoke

swap partition leads to instability?

2013-05-26 Thread M. V.
hi everyone, I have a 24/7 network server/gateway with FreeBSD-8.2 on a SSD drive. it's partitioned as normal (/ , /tmp, /var , /usr and swap) for a long time now. But recently I heard from a FreeBSD expert that I shouldn't have swap partition for my server, and having swap partition could

Re: setup journaling for root partition

2013-05-24 Thread s m
wrote: On Thu, 23 May 2013, Torsten Hantzsche wrote: On Thu, 23 May 2013, s m wrote: thanks, i do as you said, but after loading gjournal, dd says operation not permitted. gjournal clear says operation not permitted too and therefore gjournal label is not done and say previous error

Re: setup journaling for root partition

2013-05-23 Thread s m
because root partition can not be unmount in single user mode. any hints or comments are really appreciated. thanks in advance On Thu, May 23, 2013 at 10:41 AM, Michael Sierchio ku...@tenebras.comwrote: On Wed, May 22, 2013 at 10:53 PM, s m sam.gh1...@gmail.com wrote: thanks Michael for your

Re: setup journaling for root partition

2013-05-23 Thread s m
:57:50 +0430 s m wrote: my problem is, i can not run gjournal command for root partition in fixit mode nor single user mode. Just to check, you did boot into single user mode rather than shut-down into single user mode? ___ freebsd-questions

Re: setup journaling for root partition

2013-05-22 Thread s m
? On Wed, May 22, 2013 at 10:23 AM, Michael Sierchio ku...@tenebras.comwrote: On Tue, May 21, 2013 at 10:14 PM, s m sam.gh1...@gmail.com wrote: thanks guys for your attentions. i want to setup journaling in FreeBSD 8.2. i compare soft-update and journaling and choose journaling (it is more

Re: setup journaling for root partition

2013-05-22 Thread s m
not permitted what is wrong here??? i really don't know how to fix it: On Thu, May 23, 2013 at 10:12 AM, Michael Sierchio ku...@tenebras.comwrote: On Wed, May 22, 2013 at 10:27 PM, s m sam.gh1...@gmail.com wrote: thanks Michael, but in all documentation about journaling, tunefs is used

setup journaling for root partition

2013-05-21 Thread s m
hello everybody i want to setup a journal partition for my root partition. but i do not know how to do that. in FreeBSD handbook, it is done in single user mode, unmount the desired partition and assign the journal partition to it. i test this procedure and it is done for /usr partition but for

Re: setup journaling for root partition

2013-05-21 Thread s m
root because i can not unmount it. should i set up journaling in fixit mode with gpart? how? i try different ways but none of them work for me:(( On Tue, May 21, 2013 at 10:36 AM, Michael Sierchio ku...@tenebras.comwrote: On Mon, May 20, 2013 at 10:59 PM, s m sam.gh1...@gmail.com wrote: hello

Re: setup journaling for root partition

2013-05-21 Thread s m
... On 05/21/2013 11:24, s m wrote: thanks Michael this is what i've done (based on the FreeBSD handbook): creating a partition for journal, go to single user mode, unmount desired partition (for example /usr), load gjournal, add journal partition to /usr partition. this procedure works

Re: setup journaling for root partition

2013-05-21 Thread s m
point, I'd forgotten that problem as I don't use UFS snapshots. I can imagine it would be a killer for some people. It is, especially if you use dump/restore. Or tarsnap (which is what we use for backups here), or... there are many use cases for snapshots. - M

Re: restore /usr dump on two hard disk parallel y

2013-04-30 Thread s m
On Wed, Apr 24, 2013 at 4:46 PM, Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote: s m sam.gh1...@gmail.com writes: i'm trying to restore DUMP file for partition /usr on tow hard disk parallel y. these two hard are connected to my system (i have freebsd8.2). i use restore

restore /usr dump on two hard disk parallel y

2013-04-24 Thread s m
hello guys i'm trying to restore DUMP file for partition /usr on tow hard disk parallel y. these two hard are connected to my system (i have freebsd8.2). i use restore command and it uses /tmp directory to restore dump. in restoring dump process, two hard disks try to use /tmp directory of my

Re: Fwd: how access inside from outside when nat is done from inside to outside

2013-04-16 Thread s m
or not? (for example ping them). i am so confused what is the correct manner. any hints or comments that help to clear it for me, is really appreciated. SAM On 4/4/13, Daniel O'Callaghan da...@clari.net.au wrote: On 4/04/2013 6:41 PM, s m wrote: request packets: src:192.168.2.1 dst

Fwd: how access inside from outside when nat is done from inside to outside

2013-04-04 Thread s m
hello guys i am newbie in nat and have some problem with it. i want to nat inside traffic to outside and when i ping outside from inside, every thing is ok and nat is done perfectly. but when i ping inside from outside, request packets are sent without any nat translation while reply packets

Re: how run snort in quiet and deamon mode

2013-03-18 Thread s m
great!! snort -q runs snort in daemon and silent mode as i expected:) thank you so much On 3/17/13, Polytropon free...@edvax.de wrote: On Sun, 17 Mar 2013 12:15:53 +0330, s m wrote: hello guys i have a freebsd8.2 and wanna run snort on it. my snort version is 2.9.3.1. i want to run snort

how run snort in quiet and deamon mode

2013-03-17 Thread s m
hello guys i have a freebsd8.2 and wanna run snort on it. my snort version is 2.9.3.1. i want to run snort in deamon mode and quietly. man page says that D flag is for running snort in deamon mode and q flag is to run it quietly(do not show startup message). my problem is, these two flag can not

Re: Tuning ZFS ARC for 512GB Memory

2013-03-05 Thread Gezeala M . Bacuño II
Try to read through the email thread I have started and specifically posts (replies) by alc: http://lists.freebsd.org/pipermail/freebsd-performance/2012-August/thread.html#4640 I have followed his suggestions, and with the arc_max setting I used we still have on average free RAM ~137GB. HTH.

hast, zfs, unable to flush disk cache

2013-03-01 Thread Chad M Stewart
I've setup a 2 node cluster using HAST. I'd previously had this running 9.0 and then rebuilt the nodes using 9.1. Under 9.0 I used vfs.zfs.vdev.bio_flush_disable=1 but that setting does not appear to work in 9.1. The other difference, previous build had root disk on UFS, while this build

Re: hast, zfs, unable to flush disk cache

2013-03-01 Thread Chad M Stewart
On Mar 1, 2013, at 2:25 PM, Mikolaj Golub wrote: What device do you have? Its an older HP GL380 server, I think. dmesg below, if you need output from something else I'm willing to provide. Copyright (c) 1992-2012 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991,

Re: SPAM: Re: ZFS root, error 2 when mounting root

2013-02-26 Thread Chad M Stewart
I've been down this road recently with 9.1-release. I ended up adding these lines to end of my script ## The next two are hacks in my book, without the last line, on reboot ## it gets stuck trying to find zfs:zroot/ROOT, but somehow the -f or reboot fixes # this quirk zpool export zroot

backspace shows ^? in serial communication

2013-02-26 Thread s m
hello all, i have problem with backspace in freebsd 8.2. when i run a serial program to communicate via a serial port to the other system, backspace shows ^? in opened terminal. i use termios and fcntl to open, read, write and close serial port. i set erase and erase2 for ttyu2(my serial

HAST - detect failure and restore avoiding an outage?

2013-02-20 Thread Chad M Stewart
I built a 2 node cluster for testing HAST out. Each node is an older HP server with 6 scsi disks. Each disk is configured as RAID 0 in the raid controller, I wanted a JBOD to be presented to FreeBSD 9.1 x86. I allocated a single disk for the OS, and the other 5 disks for HAST. node2# zpool

Re: backspace shows ^? in serial communications

2013-02-11 Thread s m
...@freebsd.org Wed Feb 6 00:19:04 2013 Date: Wed, 6 Feb 2013 09:44:37 +0330 Subject: backspace shows ^? in serial communications From: s m sam.gh1...@gmail.com To: freebsd-questions freebsd-questions@freebsd.org hi all i have a problem with backspace in serial communications. i have

Re: backspace shows ^? in serial communications

2013-02-06 Thread s m
) show backspace correctly when i connect by different serial programs to router box and run it. thanks On Wed, Feb 6, 2013 at 10:20 AM, Polytropon free...@edvax.de wrote: On Wed, 6 Feb 2013 09:44:37 +0330, s m wrote: hi all i have a problem with backspace in serial communications. i have

backspace shows ^? in serial communications

2013-02-05 Thread s m
hi all i have a problem with backspace in serial communications. i have a freebsd8.2 box with a serial card on it. when i connect to other freebsd box via serial port backspace does not act as i expected. backspace shows ^? on screen. i searched alot and find out that stty has two parameters

Re: Viewing processes hierarchically

2013-01-29 Thread Gezeala M . Bacuño II
showing sibling and parent/child relation‐ ships. If either of the -m and -r options are also used, they control how sibling processes are sorted relative to each other. Note that this option has no effect if the “command” column is not the last

/usr/bin/ld: cannot find -liconv

2013-01-27 Thread Leonardo M . Ramé
This is a FreeBsd 9.1 RELEASE x86-64 machine. What I'm doing wrong?.   Leonardo M. Ramé http://leonardorame.blogspot.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: /usr/bin/ld: cannot find -liconv

2013-01-27 Thread Leonardo M . Ramé
- Original Message - From: Leonardo M. Ramé martinr...@yahoo.com To: freebsd-questions@freebsd.org freebsd-questions@freebsd.org Cc: Sent: Sunday, January 27, 2013 12:28 PM Subject: /usr/bin/ld: cannot find -liconv Hi, I'm trying to compile FreePascal from sources, but it keeps

Re: Jails

2013-01-15 Thread Leonardo M . Ramé
- Original Message - From: Zyumbilev, Peter pe...@aboutsupport.com To: freebsd-questions@FreeBSD.org freebsd-questions@FreeBSD.org Cc: Sent: Tuesday, January 15, 2013 3:12 AM Subject: Re: Jails On 15/01/2013 02:10, Leonardo M. Ramé wrote: Yes, and also defined /etc

Re: Jails

2013-01-14 Thread Leonardo M . Ramé
From: Zyumbilev, Peter pe...@aboutsupport.com To: freebsd-questions@FreeBSD.org freebsd-questions@FreeBSD.org Sent: Monday, January 14, 2013 3:53 AM Subject: Re: Jails On 13/01/2013 23:58, Leonardo M. Ramé wrote: root@debian:/# ping www.google.com

Re: Jails

2013-01-13 Thread Leonardo M . Ramé
descriptor E: Method http has died unexpectedly! E: Sub-process http returned an error code (100) I need apt-get to install g++, to be able to compile a linux c++ app from FreeBsd. -- Leonardo M. Ramé http://leonardorame.blogspot.com ___ freebsd-questions

Re: Jails

2013-01-13 Thread Leonardo M . Ramé
- Original Message - From: Devin Teske devin.te...@fisglobal.com To: Leonardo M. Ramé martinr...@yahoo.com Cc: freebsd-questions@FreeBSD.org freebsd-questions@FreeBSD.org Sent: Sunday, January 13, 2013 2:23 PM Subject: Re: Jails On Jan 13, 2013, at 7:45 AM, Leonardo M. Ramé

expect doesn't work correctly with cu

2012-12-29 Thread s m
hello every body i want to run cu via expect shell script. when i run my script, cu is running and enter its cli. but when i enter a command (like ~s to set variable) manually , this command doesn't execute and cu cli is closed and bash return an error that this command is not valid. this is my

modem communication

2012-12-15 Thread s m
hello guys, please forgive me if my question is not related to this list but i don't know where i should ask about it. i have a freebsd8.2 and wanna talk my modem by com port. when i connect my modem to com port, everything is ok. for some reasons, i have to communicate with modem, run a

set connection to a modem

2012-11-28 Thread s m
hello guys, i want to connect my freebsd system to modem and configure it via my freebsd. i thought that i should change /etc/ttys file to set speed and other configuration. in order to check if i am right or not, i comment ttyu line in ttys file and expect the modem got disconnected but the

Re: set connection to a modem

2012-11-28 Thread s m
On Wed, Nov 28, 2012 at 7:35 PM, Polytropon free...@edvax.de wrote: On Wed, 28 Nov 2012 13:44:18 +0330, s m wrote: hello guys, i want to connect my freebsd system to modem and configure it via my freebsd. For doing _what_ exactly? I ask because depending on your goal there might

getting packets on a specific port by pf

2012-11-08 Thread s m
hello guys i have a problem with getting packets which are diverted to a specific port by PF. i mean i diverted my packets to a specific port by IPFW and want to get these packets by PF to change them. i used ipfw add 1000 divert 8000 all form any to any command to divert my packets. how can i

Installing fusefs-ntfs and nvidia-drivers fails

2012-11-08 Thread Neil M. Stewart
Hi All, I am new to FreeBSD, and I am having an issue installing fusefs-ntfs and nvidia-driver. The error messages are shown below. Any idea what's going on here? Thanks in advance. === Installing for fusefs-ntfs-2012.1.15 === fusefs-ntfs-2012.1.15 depends on file:

Re: getting packets on a specific port by pf

2012-11-08 Thread s m
? in my idea this seems just like a throughput bottleneck.. isn't it so? or it's not important here? any how.. if you tell us more details about what you're looking for, may be it become more clear for guys such as me! ;) yours, takcoder On Thu, Nov 8, 2012 at 3:53 PM, s m sam.gh1...@gmail.com

Re: Installing fusefs-ntfs and nvidia-drivers fails

2012-11-08 Thread Neil M. Stewart
Hi Arthur, Thanks for your response. The installation works now. It turns out that I was working with the wrong version of the source tree. Regards, Neil Stewart On 11/8/12 11:33 AM, Arthur Chance wrote: On 11/08/12 13:30, Neil M. Stewart wrote: Hi All, I am new to FreeBSD, and I am

marking packets in IPFW and recognize them in PF

2012-11-06 Thread s m
hello every body i want to mark some of my packets (by tag, mark, divert or anything else) in IPFW and recognize these packets in PF in the same system. please let me know if it is possible and how i can do that. i have freebsd 8.2. if it is impossible in freebsd 8.2, what about freebsd 9? can

config multiport serial card

2012-11-04 Thread s m
hello everybody i have a moxa 4-port serial card and installed it on freebsd8.2 successfully. i have ttyu2-5 in /dev that are moxa ports. my question is how i can use these ports? i add the following lines to ttys file: ttyu2 /usr/libexec/getty std.9600 vt100 on secure ttyu3 /usr/libexec/getty

Re: way way off topic

2012-10-23 Thread Gezeala M . Bacuño II
% change = ( (present - past) / past ) * 100 On Tue, Oct 23, 2012 at 5:07 PM, Gary Kline kl...@thought.org wrote: On Tue, Oct 23, 2012 at 08:52:49AM +0200, Polytropon wrote: On Tue, 23 Oct 2012 11:31:18 +0700, Olivier Nicole wrote: Gary, On Tue, Oct 23, 2012 at 11:20 AM, Gary Kline

Re: find slot number and number of ports for each card

2012-10-01 Thread s m
thanks every body for your answers. now i know my path. thanks again On Mon, Oct 1, 2012 at 3:18 PM, Jamie Paul Griffin ja...@kode5.net wrote: [ Devin Teske wrote on Sat 29.Sep'12 at 12:32:04 -0700 ] On Sep 29, 2012, at 7:37 AM, saeedeh motlagh wrote: hello all i want to have

Re: how restore an unencrypted dump on an encrypted file system?

2012-09-30 Thread s m
you explain in detail what you have done step by step? i wanna know if my problem is exactly what you have. thanks On 9/29/12, s m sam.gh1...@gmail.com wrote: thanks Fabian for your answer. i don't know what exactly information is needed but i tell what i did up to now. i have two partition

how restore an unencrypted dump on an encrypted file system?

2012-09-29 Thread s m
hello guys, I backed up my freeBSD 8.2 box by dump command and now want to restore this dump file on an encrypted file system (i used geli to encrypt my file system) but do not know how to do that. is there any way or command to restore an unencrypted dump on an encrypted file system? i tried to

Re: how restore an unencrypted dump on an encrypted file system?

2012-09-29 Thread s m
restore dump files, FreeBSD doesn't start up correctly. i hope this information help to understand what is wrong. thanks On 9/29/12, Fabian Keil freebsd-lis...@fabiankeil.de wrote: s m sam.gh1...@gmail.com wrote: I backed up my freeBSD 8.2 box by dump command and now want to restore this dump

FreeBSD on IBM Power 560

2012-09-27 Thread Leonardo M . Ramé
.   Leonardo M. Ramé http://leonardorame.blogspot.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

FreeBSD on IBM Power 560

2012-09-27 Thread Leonardo M . Ramé
.   Leonardo M. Ramé http://leonardorame.blogspot.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: praudit after work leaves /dev/auditpipeX files.

2012-09-24 Thread Robert N. M. Watson
On 24 Sep 2012, at 09:36, Ivan Klymenko wrote: I run command praudit /dev/auditpipe and watch its output to the console, and i stop the praudit, but /dev/auditpipeX files remain. I have not found a way how to remove the files /dev/auditpipeX - only to rebooted. Hi Ivan: Cloning device

Re: TRENDnet, which?

2012-08-14 Thread Edward M
Gary Kline wrote: Well, it pays to check prices! the Avocent brand of KVM are an arm and *three* legs. I have abs no use for anything fancy. just want something to get me to boot status on different boxes... a number of you suggested a kvm switch with the brand

Question?

2012-08-10 Thread Hamed M
Can I run PS3 games on the system FREEBSD? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Architectural CAD software

2012-07-26 Thread Leonardo M . Ramé
any non-computer-geek who uses FreeBSD, but there are a lot of Architects/Graphic Artists using Linux, and specially Ubuntu right now.  Leonardo M. Ramé http://leonardorame.blogspot.com ___ freebsd-questions@freebsd.org mailing list http

Re: Is ZFS production ready?

2012-06-25 Thread Edward M
On 06/25/2012 08:00 AM, per...@pluto.rain.com wrote: Edward M eam1edw...@gmail.com wrote: That reply was not meant for you, so why do you care? If it wasn't meant for everyone on the list, why was it sent to the list? by accident. still learning how to use email client:-[ . once

Re: Is ZFS production ready?

2012-06-24 Thread Edward M
On 06/23/2012 10:38 PM, Wojciech Puchar wrote: last binary production ready, used version 14; i also found it to be stable Any opensource zfs pool verisons beyound that, i am not really sure about their stablity compared to UFS rock solid filesystem. No ZFS pool version can be as

Re: Is ZFS production ready?

2012-06-24 Thread Edward M
On 06/24/2012 04:23 PM, Adam Vande More wrote: On Sun, Jun 24, 2012 at 5:43 PM, Edward M eam1edw...@gmail.com mailto:eam1edw...@gmail.com wrote: Dont email me privately. Don't be an ass. Standard list conventions allows for private email. If this is simply an individual case

Re: Is ZFS production ready?

2012-06-23 Thread Edward M
On 06/21/2012 12:33 AM, Hooman Fazaeli wrote: Now, I want to the same thing on 8.3 and wanted to know your opinion on ZFS stability. Is there any success story using ZFS in 24x7, large volume, heavy duty servers? Is there any other option other than ZFS to build larger than 2TB file systems?

Re: Is ZFS production ready?

2012-06-23 Thread Edward M
On 06/23/2012 04:19 PM, Edward M wrote: On 06/21/2012 12:33 AM, Hooman Fazaeli wrote: Now, I want to the same thing on 8.3 and wanted to know your opinion on ZFS stability. Is there any success story using ZFS in 24x7, large volume, heavy duty servers? Is there any other option other than ZFS

Re: Is ZFS production ready?

2012-06-23 Thread Edward M
On 06/23/2012 05:16 PM, John Levine wrote: Sorry, I misread my notes, 8.2 uses v 15, 8.3 uses v 28. R's, John yeah, I remember version 15 was really stable. Opensolaris 2009.06 last binary production ready, used version 14; i also found it to be stable Any opensource zfs pool

fsck_ufs running too often

2012-06-22 Thread Leonardo M . Ramé
...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64 Regards, Leonardo M. Ramé http://leonardorame.blogspot.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: OT: Robotics or embedded or hardware programming... what is this called?

2012-06-20 Thread Edward M
On 06/20/2012 06:54 PM, Modulok wrote: Even general pointers to books/websites would be great. Once I know what it's called I can google much more effectively Mars rover is robotic/embedded. I am using this site myself. http://www.societyofrobots.com/

Re: No surround sound with Creative SB Live! card

2012-06-15 Thread Edward M
On 06/15/2012 01:06 AM, David Demelier wrote: That's what mplayer says: == Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders AUDIO: 48000 Hz, 6 ch, s16le, 448.0 kbit/9.72% (ratio: 56000-576000) Selected

Re: No surround sound with Creative SB Live! card

2012-06-14 Thread Edward M
On 06/14/2012 09:03 AM, David Demelier wrote: I have an old SB Live! card with a 5.1 speaker set, but i can't get sound from center and rear speakers with mplayer. I'm using the snd_emu10kx driver and when I try to play a DVD I get sound only through the front speakers (and LFE) like a 2.1

Re: text format

2012-06-12 Thread Edward M
On 06/12/2012 01:40 PM, pwnedomina wrote: to format an ascii text to be identical to that one, centered and aligned.. would not that require the use of HTML? ___ freebsd-questions@freebsd.org mailing list

Re: text format

2012-06-12 Thread Edward M
On 06/12/2012 02:01 PM, Edward M wrote: On 06/12/2012 01:40 PM, pwnedomina wrote: to format an ascii text to be identical to that one, centered and aligned.. would not that require the use of HTML? Oops... just dawn on me you may be trying to print an ascii file and may not be trying

Re: Is this something we (as consumers of FreeBSD) need to be aware of?

2012-06-10 Thread Edward M
On 06/10/2012 08:09 AM, Nomen Nescio wrote: This is really missing the point. The issue is not open source vs. proprietary although many people seem to try to steer everything into that meaningless conflict. The point is the WinTel Mafia's many years of collusion and screwing over the customer.

Re: Is this something we (as consumers of FreeBSD) need to be aware of?

2012-06-07 Thread Edward M
On 06/06/2012 01:35 PM, Alejandro Imass wrote: But this is more to do with the BIOS than with Intel as such. Wasn't there a FreeBIOS, later LinuxBIOS, now coreboot I believe..? So replacing the BIOS entirely wouldn't suffice to override all this nonsense?

Re: buildworld problem

2012-05-19 Thread Edward M
=i386 MACHINE_CPU=i686 mmx sse sse2 LD=ld -m elf_i386_fbsd -Y P,/usr/obj/usr/src/lib32/usr/lib32 AS=as --32 MAKEOBJDIRPREFIX=/usr/obj/lib32 I may be going over my head on this one:-) However to my understanding it seems, it is trying to build 32 bit on a amd 64bit install

Re: buildworld problem

2012-05-19 Thread Edward M
On 05/18/2012 09:17 PM, Andriy Babiy wrote: Makefile.inc1, line 160: CPUTYPE global should be set with ?= I think the problem is the wrong cpu type define. . I took a glance at the code in the makefile.inc1 to see what would set that error off and i found this in the makefile.inc1

Re: buildworld problem

2012-05-19 Thread Edward M
On 05/19/2012 09:18 AM, CyberLeo Kitsana wrote: As it says, you need CPUTYPE?=nocona instead of CPUTYPE=nocona in /etc/make.conf or /etc/src.conf; otherwise the build process chokes while building the 32-bit compatibility stuff, since it cannot override your 64-bit CPU selection with a 32-bit

Re: Wine for Diablo 3 on FreeBSD 9.0R amd64

2012-05-19 Thread Edward M
On 05/19/2012 02:28 PM, lokada...@gmx.de wrote: On 05/17/12 07:54, Любомир Григоров wrote: We have to wait, unfortunately. I am using a Linux partition with Wine meanwhile. As long as it's not mainstream, it will be hard to do. Not to mention port is at 1.4. FreeBSD have 2 wine- ports. :)

Re: FreeBSD X?

2012-05-17 Thread Edward M
On 05/17/2012 05:36 PM, Vance Siemens wrote: http://www.trollaxor.com/2012/05/freebsd-x-berkeley-unix-apple-quality.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: UFS Crash and directories now missing

2012-05-11 Thread Edward M
On 05/11/2012 10:47 AM, Chad Perrin wrote: Is there something else I should try to find in the index or table of contents that would be in the third edition but not the fourth? Can you give me some examples of the sorts of things you'd expect to find in the table of contents that is lacking in

Re: UFS Crash and directories now missing

2012-05-11 Thread Edward M
On 05/11/2012 12:11 PM, Edward M wrote: So far I think I found a few that may make a difference. According to the table of contents in the 4th edition in the chapter called Booting and shuting down it only shows entries for: red hat, HP-UX, AIX, SUSE,Ubuntu. However in the third edition

Re: UFS Crash and directories now missing

2012-05-11 Thread Edward M
On 05/11/2012 05:18 PM, Chad Perrin wrote: I appreciate the time you put into this. It was no problem at all:-) had fun comparing. Now that I'm free and have more time I went over the 3rd edition table of contents and found a few instances that mentions FreeBSD. In chapter Adding

Re: UFS Crash and directories now missing

2012-05-10 Thread Edward M
On 05/10/2012 03:45 PM, Alejandro Imass wrote: Regarding Nemeth's I am undecided between the 4th (Unix Linux) or the 3rd. Please advise. i purchased the third edition because I took a look in the 4th the table of contents and it appears anything FreeBSD related was remove and

Re: UFS Crash and directories now missing

2012-05-01 Thread Edward M
On 04/30/2012 10:58 PM, Robert Bonomi wrote: Reading_both_ of McKusick's Design of .. books, and the 'Unix System Admininstration Handbook', by Nemeth, et al. is a good_start_. Having a bunch of the books from O'Reilley Assoc. (http://www.ora.com), especially for 'standard' tools that you

Re: which filesytems zfs needs to function

2012-05-01 Thread Edward M
On 04/30/2012 05:52 PM, Adam Vande More wrote: The filesystems are mostly arbitrary. You really only need the rootfs with appropriate directories underneath. The list provided is simply a concise idealized layout. Thanks!. I will try creating different filesytems to further my

Re: UFS Crash and directories now missing

2012-05-01 Thread Edward M
On 05/01/2012 06:43 AM, Polytropon wrote: Except buying (good) books, you can also search for articles on the web. For example, A Fast File System for UNIX by M. K. McKusick is very interesting (at least it was for me when I lost all my important data). Some fs-related articles here: http

Re: UFS Crash and directories now missing

2012-04-30 Thread Edward M
On 04/30/2012 08:38 AM, Alejandro Imass wrote: just not very helpful or fun. This attitude will get He is helping,you need to learn how UFS, jails, nullfs, journaling, disk I/O and other stuff work. I have been following this thread and i must admit I also need to learn more on

Re: UFS Crash and directories now missing

2012-04-30 Thread Edward M
On 04/30/2012 10:22 AM, Alejandro Imass wrote: Oh, please! He's not helping anyone. He's just being an obnoxious prick that thinks that by pointing out a lot of technical blabber and some cheap philosophical posé I guess i was going according to the fact that i have followed his

  1   2   3   4   5   6   7   8   9   10   >