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, 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 also str

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 ___

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 1

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

2013-07-23 Thread s m
d 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 wrote: > On 23/07/2013 09:03, jb wrote: > >> s m gmail.com> writes: >> >> ... >&g

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 LBA=635

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 wrote: > > 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 but when these > >

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 d

Re: prevent ip conflict in dhcp client

2013-07-11 Thread s m
Then you should > change them to use 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. >

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 ip

already active DMA on this device FAILURE at startup

2013-06-28 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

Re: Max top end computer for Freebsd to run on

2013-06-03 Thread Gezeala M . Bacuño II
On Mon, Jun 3, 2013 at 4:24 AM, Vincent Hoffman wrote: > On 02/06/2013 21:34, Fbsd8 wrote: > > I'm a sub second speed freak. What is the max number of cpu's and > > memory size that Freebsd can handle? Can it handle 16 4ghz cpu's and > > 32gb of memory? I need a gaming server with some really big

Re: change specified byte in a hex file

2013-06-02 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 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 specified byte in a hex file

2013-06-02 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: 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 wrote: > s m writes: > > > hello all > > > > i want to install

Re: define more partitions in freebsd

2013-06-01 Thread s m
r that run the above 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, Robe

Re: define more partitions in freebsd

2013-06-01 Thread s m
disk from 0x08 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 wrote: > On Sat, 1 Jun 2013 11:10:32 +0430, s m wrote: >> hello all >> >> i want to install freebsd8.2 on

define more partitions in freebsd

2013-05-31 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

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 file

Re: "swap" partition leads to instability?

2013-05-27 Thread M. V.
jb gmail.com> writes: > M. V. 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.

"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 make

Re: setup journaling for root partition

2013-05-24 Thread s m
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 &quo

Re: setup journaling for root partition

2013-05-23 Thread s m
l partition for your root partition? can you tell me step by step to compare it with my steps? i really don't know how to set a journal partition for my root:(( i think it is so simple but it make me busy more than a week:( On Thu, May 23, 2013 at 3:34 PM, RW wrote: > On Thu, 23 May 201

Re: setup journaling for root partition

2013-05-22 Thread s m
for root partition i can not do the same 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 wrote: > > On Wed, May 22, 2013 at 10:53 PM, s m wrote: > >> t

Re: setup journaling for root partition

2013-05-22 Thread s m
data on ad3s1a: operation 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 wrote: > > On Wed, May 22, 2013 at 10:27 PM, s m wrote: > >> thanks Michael, but in all documentation about journal

Re: setup journaling for root partition

2013-05-22 Thread s m
is located? in root partition? On Wed, May 22, 2013 at 10:23 AM, Michael Sierchio wrote: > > > On Tue, May 21, 2013 at 10:14 PM, s m wrote: > >> thanks guys for your attentions. >> >> i want to setup journaling in FreeBSD 8.2. i compare soft-update and >> journaling

Re: setup journaling for root partition

2013-05-21 Thread s m
't want > we > >>> he's asking for. > >>> > >> > >> Good point, I'd forgotten that problem as I don't use UFS snapshots. I > >> can imagine it would be a killer for some people. > >> > > > > I

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

Re: setup journaling for root partition

2013-05-21 Thread s m
xcept 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 wrote: > > On Mon, May 20, 2013 at 10:59 PM, s m wrote: > >> hello everybody >

setup journaling for root partition

2013-05-20 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 ro

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

restore /usr dump on two hard disk parallel y

2013-04-23 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 syst

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

2013-04-16 Thread s m
ms 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 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 ar

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

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 n

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.

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,

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 ha

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 port)

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 z

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
Feb 6 00:19:04 2013 > > Date: Wed, 6 Feb 2013 09:44:37 +0330 > > Subject: backspace shows ^? in serial communications > > From: s m > > To: freebsd-questions > > > > 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
r box) 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 wrote: > On Wed, 6 Feb 2013 09:44:37 +0330, s m wrote: > > hi all > > > > i have a problem with backspace in seria

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

Re: Viewing processes hierarchically

2013-01-29 Thread Gezeala M . Bacuño II
bsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscr...@freebsd.org" > ps auxwwd man ps: -d Arrange processes into descendancy order and prefix each > command > with indentation text showing si

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

2013-01-27 Thread Leonardo M . Ramé
- Original Message - > From: Leonardo M. Ramé > To: "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 comp

/usr/bin/ld: cannot find -liconv

2013-01-27 Thread Leonardo M . Ramé
: *** [build-stamp.x86_64-freebsd] Error 2 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/

Re: Jails

2013-01-15 Thread Leonardo M . Ramé
- Original Message - > From: "Zyumbilev, Peter" > To: "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

Re: Jails

2013-01-14 Thread Leonardo M . Ramé
> > From: "Zyumbilev, Peter" >To: "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: >> >> > >> r

Re: Jails

2013-01-13 Thread Leonardo M . Ramé
- Original Message - > From: Devin Teske > To: Leonardo M. Ramé > Cc: "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é wrote: > >>>

Re: Jails

2013-01-13 Thread Leonardo M . Ramé
.debian.org squeeze/updates Release.gpg [836 B] Ign http://security.debian.org/ squeeze/updates/contrib Translation-en Get:2 http://ftp.debian.org squeeze Release.gpg [1672 B] Ign http://ftp.debian.org/debian/ squeeze/contrib Translation-en 99% [Working]FATAL -> Could not set non-blocking flag Ba

Re: plink can not work with serial port

2012-12-31 Thread s m
hello SAM you mean plink works with all ports except modem? can you tell more information to us such as your modem model? On Sat, Dec 29, 2012 at 5:47 PM, saeedeh motlagh wrote: > hello guys > > i have a problem with putty and plink. i want to connect to a modem via > serial port by putty. when

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 sh

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 command

Re: set connection to a modem

2012-12-01 Thread s m
he connection > speed > > for this /dev/cuau0 device.. > > > > any guidance would be really appreciated. > > thanks > > > > > > On Fri, Nov 30, 2012 at 1:19 AM, Fbsd8 wrote: > > > >> s m wrote: > >> > >>> thanks guys for your re

Re: set connection to a modem

2012-11-28 Thread s m
s On Wed, Nov 28, 2012 at 7:35 PM, Polytropon 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 o

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 modem

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

Re: getting packets on a specific port by pf

2012-11-08 Thread s m
p effect on > your system performance? 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! ;)

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: /usr/local/modules/f

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

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 w

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

Re: ipfw headers

2012-10-23 Thread s m
ppened. do you know how i could fix it? thanks On Tue, Oct 23, 2012 at 5:22 PM, Polytropon wrote: > On Tue, 23 Oct 2012 17:18:43 +0330, s m wrote: > > hi every one > > > > i want to set TOS bit in ipfw but don't know how to do it directly. > > therefore i want to

ipfw headers

2012-10-23 Thread s m
hi every one i want to set TOS bit in ipfw but don't know how to do it directly. therefore i want to change ipfw code in order to do it for me. i don't know ipfw headers path (from where ipfw loads its headers). please help if somebody set TOS bit in any ways or know the path which ipfw headers

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 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
oblem too. can 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 wrote: >> thanks Fabian for your answer. i don't know what exactly information >> is needed but i tell what

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

2012-09-29 Thread s m
hen i 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 wrote: > s m wrote: > >> I backed up my freeBSD 8.2 box by dump command and now want to restore >> this dump file on an e

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

FreeBSD on IBM Power 560

2012-09-27 Thread Leonardo M . Ramé
eeBSD.   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é
eeBSD.   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 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 nodes will garbage c

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 "freebsd-questions-unsubscr..

Re: Architectural CAD software

2012-07-26 Thread Leonardo M . Ramé
tter for this? because I don't know 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

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 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 i notic

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 <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 of not lik

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 trus

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 ve

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/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?

fsck_ufs running too often

2012-06-22 Thread Leonardo M . Ramé
07:46:30 UTC 2012     r...@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,

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 au

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 A

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: 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 http://lists.freebsd.org/mailman/listinfo

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: 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. :) http:

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 one

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

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 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-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. Howeve

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 t

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

  1   2   3   4   5   6   7   8   9   10   >