Re: Dell H710 and H310 Raid Controller

2012-12-17 Thread Omer Faruk SEN
Does bcm5720 support committed to 9-Stable? On Sun, Nov 4, 2012 at 9:53 PM, Sean Bruno sean...@yahoo-inc.com wrote: On Sun, 2012-11-04 at 05:47 -0800, Omer Faruk SEN wrote: It seems right now only way to go with Rx20 Server models is to use Intel cards (dell provides i350 chipset

using AWK

2012-12-17 Thread Jack Mc Lauren
Hi guys How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want to use this awk program in a shell script. Thanks in advance ___ freebsd-questions@freebsd.org mailing list

Re: using AWK

2012-12-17 Thread Ben Cottrell
Hi Jack, On Dec 17, 2012, at 03:39, Jack Mc Lauren jack.mclau...@yahoo.com wrote: How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want to use this awk program in a shell script. I'm actually not sure what you're asking,

Re: using AWK

2012-12-17 Thread Frank Bonnet
On 12/17/2012 12:39 PM, Jack Mc Lauren wrote: Hi guys How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want to use this awk program in a shell script. Thanks in advance ___

Re: using AWK

2012-12-17 Thread Jack Mc Lauren
Hi Jack, HI How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want to use this awk program in a shell script. I'm actually not sure what you're asking, exactly -- you want the number to go into an awk variable? Or a shell

Unecpected change default route in 9.0, 8.2

2012-12-17 Thread Radek Krejča
Hi, I have diskless routers, on one of theese I have problem, that default gate is changing. Image is clean and updated. There is no route daemon, no snmp, dhclient isnt running. Whith resarch in cooperation in chzech bsd mailing list I get following things: Ifconfig of this machine is:

Re: svn revision in uname

2012-12-17 Thread David Demelier
I hope it will be removed soon, it pollutes the uname -a output. 2012/12/15 Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org Anders N. wic...@baot.se writes: Hi. I've noticed in my uname -a on 9.1-RELEASE there is r243826. This is on a system that upgraded from 9.1-RC3 using

Re: using AWK

2012-12-17 Thread Polytropon
On Mon, 17 Dec 2012 04:22:21 -0800 (PST), Jack Mc Lauren wrote: Yes, I want the number to go into an awk variable. [...] This is what i wrote: #! /bin/sh filename=$0 awk 'getline no filename; print no' But when I run this script sh /awk_no.sh /var/no.txt I have this error :

Re: using AWK

2012-12-17 Thread Ben Cottrell
On Dec 17, 2012, at 04:22, Jack Mc Lauren jack.mclau...@yahoo.com wrote: This is what i wrote: OK -- I'm adjusting my assumptions about what you're trying to do. :-) Bear with me: #! /bin/sh filename=$0 So (a) there's only one input file, not multiple... and (b) it should come from the

FreeBSD/EC2 -9.0-Current 2011-01-01 (ami-f4db2a9d)

2012-12-17 Thread jflowers
I'm working my way through a re-education for EC2. I read a lot of posts but find it confusing to keep up with the current state of the art as to what information is applicable and what is not: 1. I had convinced myself that I was being told that I had to use a Windows instance but then found

Re: using AWK

2012-12-17 Thread Devin Teske
On Dec 17, 2012, at 3:39 AM, Jack Mc Lauren wrote: Hi guys How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want to use this awk program in a shell script. Thanks in advance Try this: awk -v file=/etc/ttys 'BEGIN {

Re: FreeBSD/EC2 -9.0-Current 2011-01-01 (ami-f4db2a9d)

2012-12-17 Thread Joseph A. Nagy, Jr
On 12/17/12 10:19, jflowers wrote: snip 2. Unfortunately, after I had spent a couple of hours on installing ports, I installed pkgng. It seemed to install OK but then when I ran pkg2ng it didn't work throwing the following error message twice. /libexec/ld-elf.so.1: Undefined symbol Quiet

Re: using AWK

2012-12-17 Thread Polytropon
On Mon, 17 Dec 2012 08:16:26 -0800, Devin Teske wrote: On Dec 17, 2012, at 3:39 AM, Jack Mc Lauren wrote: Hi guys How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want to use this awk program in a shell script.

Re: using AWK

2012-12-17 Thread Devin Teske
On Dec 17, 2012, at 8:23 AM, Polytropon wrote: On Mon, 17 Dec 2012 08:16:26 -0800, Devin Teske wrote: On Dec 17, 2012, at 3:39 AM, Jack Mc Lauren wrote: Hi guys How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want

Re: FreeBSD/EC2 -9.0-Current 2011-01-01 (ami-f4db2a9d)

2012-12-17 Thread George Liaskos
The ami you are using is obsolete, according to [1] ami-5339bb3a is what you probably want. I am using pkgng with no problems, just launch the ami in a micro instance. No need for workarounds. [1] http://www.daemonology.net/freebsd-on-ec2/ On Mon, Dec 17, 2012 at 6:19 PM, jflowers

last not showing recent login activity

2012-12-17 Thread Matthias Petermann
Hello, on one of my systems I just found out that last only shows some old login / logout activity, but not the recent actvities. The strange thing... everytime I log into the system, /var/log/utx.log gets update to the current timestamp (and also grows by some bytes). But last only

making a custom iso

2012-12-17 Thread Omer Faruk SEN
Hi , I have just build a custom iso using cd /usr svn co http://svn.freebsd.org/base/stable/9 src cd src make buildworld buildkernel cd release make release make install DESTDIR=/var/freebsd-snapshot Svn Revision is

HR, legal and business documents in kenya

2012-12-17 Thread Offdocs kenya
Get Instant Access to 1,200+ Kenyan Business and Legal Templates. Get over Ksh100,000 worth of document templates for just Ksh 2000 (That's only Ksh2 per doc!) From contract writing to daily communications, client acquisition, business management, HR management, accounting and more! Written

Re: last not showing recent login activity

2012-12-17 Thread Matthew Seaman
On 17/12/2012 18:55, Matthias Petermann wrote: Hello, on one of my systems I just found out that last only shows some old login / logout activity, but not the recent actvities. The strange thing... everytime I log into the system, /var/log/utx.log gets update to the current timestamp (and

Re: last not showing recent login activity

2012-12-17 Thread Matthew Seaman
On 17/12/2012 21:22, Matthew Seaman wrote: On 17/12/2012 18:55, Matthias Petermann wrote: Hello, on one of my systems I just found out that last only shows some old login / logout activity, but not the recent actvities. The strange thing... everytime I log into the system, /var/log/utx.log

KDE4 has no FolderView in FreeBSD 9.1-RELEASE

2012-12-17 Thread Elias Chrysocheris
Hello, I installed FreeBSD 9.1 4 days ago. After compiling KDE4 I cannot find the fodlerview plasmoid (shouldn't it be installed using the deskutils/kdeplasma- addons port?). I didn't find another port containing the plasmoid in question. In FreeBSD 8.3 I had it in my system... Thanks in

Curious question about using zfs send -R and receive on FreeBSD

2012-12-17 Thread dweimer
I recently migrated a machine that was built on a VM to physical hardware using the zfs send -R option against a snapshot of its root zfs setup. I went from smaller drives to larger, both using a mirrored zpool. However the devices were different, the device IDs on the VM were da0 and da1,

FreeBSD as VMWare guest / disk resizing

2012-12-17 Thread Luke Bakken
Hello everyone - I'm looking for a way to get FreeBSD 8 / 9 to detect that an already existing disk has grown. I have FreeBSD running as a guest within vSphere ESX 5. Here is the output of camcontrol showing how the disks are detected within the OS: [root@QA1HWFBSD83201 ~]# camcontrol inquiry

Re: FreeBSD as VMWare guest / disk resizing

2012-12-17 Thread Devin Teske
It can be done but it's not easy and not pretty. You'll have to rewrite the partition scheme to grow *only* the last partition and then use growfs on the last partition to zero the new inodes within its newly defined range. You'll of course need to boot from another medium to do this. I

Re: Partitioning - please not that again

2012-12-17 Thread Ralf Mardorf
Several trials failed, but perhaps the kind of issues do lead to the cause. I'll describe one trial. Power on - Enter to boot - Shell - # sysinstall - Standard - set up MBR partition - ada0 - keep geometry: yes - OffsetSize(ST) EndName PType DescSubtype Flags 0

i386 vs. amd64

2012-12-17 Thread Aryeh Friedman
Ever since 8.X (my system is now 9.1-RC3 [done via csup]) been using i386 with the following main ports: x11-wm/xfce4 www/firefox www/linux-f10-flashplugin11 editors/libreoffice www/tomcat-7 www/apace22 devel/aegis (I am the maintainer) devel/fhist devel/cook java/openjdk6

using AWK - Thanks :)

2012-12-17 Thread Jack Mc Lauren
Hi all Thank you so much my friends,  Ben Frank Polytropon Devin you helped me so much :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: last not showing recent login activity

2012-12-17 Thread Matthias Petermann
Hi Matthew, Zitat von Matthew Seaman m.sea...@infracaninophile.co.uk: Errr... OK. Yours is a different issue with utx.log. It is not syslog that updates utx.log but the various programs like login(1) or sshd(8) that actually handle the authentication when you try and log in. Most

Re: i386 vs. amd64

2012-12-17 Thread Erich Dollansky
Hi, wasn't the same question here a few days ago? On Tue, 18 Dec 2012 00:16:36 -0500 Aryeh Friedman aryeh.fried...@gmail.com wrote: Ever since 8.X (my system is now 9.1-RC3 [done via csup]) been using i386 with the following main ports: x11-wm/xfce4 yes. www/firefox Yes.